Last active
October 17, 2016 18:33
-
-
Save pH-7/4cd7ce6a90ebce488eaa386979bec8f8 to your computer and use it in GitHub Desktop.
SQL script to update pH7CMS from 2.0.4 to 3.1.*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Author: Pierre-Henry Soria <[email protected]> | |
-- Copyright: (c) 2016, Pierre-Henry Soria. All Rights Reserved. | |
-- License: GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory. | |
-- | |
--- Replace 'PH7_' by your prefix set in "~/_protected/app/configs/config.ini" [database] prefix var | |
INSERT INTO PH7_Settings (`name`, value, `desc`, `group`) VALUES | |
('numberProfileSplashPage', 44, 'Number of profiles to display on the splash homepage', 'general'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment