From 76194270be6a529ff499900ed61e6266d2347d34 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 9 Apr 2011 14:52:15 +0000 Subject: bug:2224 one parameter for change thumnails number (needs some translations) git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/piwigo_structure-pgsql.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/piwigo_structure-pgsql.sql') diff --git a/install/piwigo_structure-pgsql.sql b/install/piwigo_structure-pgsql.sql index 940768e85..cf55dea0c 100644 --- a/install/piwigo_structure-pgsql.sql +++ b/install/piwigo_structure-pgsql.sql @@ -568,8 +568,7 @@ DROP TABLE IF EXISTS "piwigo_user_infos" CASCADE; CREATE TABLE "piwigo_user_infos" ( "user_id" INTEGER default 0 NOT NULL, - "nb_image_line" INTEGER default 5 NOT NULL, - "nb_line_page" INTEGER default 3 NOT NULL, + "nb_image_page" INTEGER default 15 NOT NULL, "status" USER_INFOS_STATUS default 'guest'::USER_INFOS_STATUS, "language" VARCHAR(50) default 'en_UK' NOT NULL, "maxwidth" INTEGER, -- cgit v1.2.3