mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
correct an eeror in the last upgrade feed
git-svn-id: http://piwigo.org/svn/trunk@10199 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -39,7 +39,7 @@ if ('mysql' == $conf['dblayer'])
|
||||
else if (in_array($conf['dblayer'], array('pgsql', 'sqlite', 'pdo-sqlite')))
|
||||
{
|
||||
pwg_query('
|
||||
ALTER TABLE '.IMAGES_TABLE.'
|
||||
ALTER TABLE '.USER_INFOS_TABLE.'
|
||||
ADD COLUMN "nb_image_page" INTEGER default 15 NOT NULL
|
||||
;');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user