mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
bug:2224 change nb_image_page into smallint(3)
git-svn-id: http://piwigo.org/svn/trunk@10341 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -33,7 +33,7 @@ if ('mysql' == $conf['dblayer'])
|
||||
{
|
||||
pwg_query('
|
||||
ALTER TABLE '.USER_INFOS_TABLE.'
|
||||
ADD COLUMN `nb_image_page` tinyint(3) unsigned NOT NULL default \'15\'
|
||||
ADD COLUMN `nb_image_page` smallint(3) unsigned NOT NULL default \'15\'
|
||||
;');
|
||||
}
|
||||
else if (in_array($conf['dblayer'], array('pgsql', 'sqlite', 'pdo-sqlite')))
|
||||
|
||||
Reference in New Issue
Block a user