From a8e574e2b5d5f5c1c819d0050629c8c2267b06b7 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 15 May 2006 21:47:28 +0000 Subject: merge -r1310:1311 from branch 1.6 to trunk (bug 365 fixed) git-svn-id: http://piwigo.org/svn/trunk@1312 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/24-database.php | 50 +++++++++++++++++++++++++++++++++++++ install/phpwebgallery_structure.sql | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 install/db/24-database.php (limited to 'install') diff --git a/install/db/24-database.php b/install/db/24-database.php new file mode 100644 index 000000000..e1d5b7ef2 --- /dev/null +++ b/install/db/24-database.php @@ -0,0 +1,50 @@ + diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 189831bbe..73f132af7 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -28,7 +28,7 @@ CREATE TABLE `phpwebgallery_categories` ( `id_uppercat` smallint(5) unsigned default NULL, `comment` text, `dir` varchar(255) default NULL, - `rank` tinyint(3) unsigned default NULL, + `rank` smallint(5) unsigned default NULL, `status` enum('public','private') NOT NULL default 'public', `site_id` tinyint(4) unsigned default '1', `visible` enum('true','false') NOT NULL default 'true', -- cgit v1.2.3