Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active October 17, 2016 18:33
Show Gist options
  • Save pH-7/4cd7ce6a90ebce488eaa386979bec8f8 to your computer and use it in GitHub Desktop.
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.*
--
-- Author: Pierre-Henry Soria <ph7software@gmail.com>
-- 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