diff options
Diffstat (limited to 'install/phpwebgallery_structure.sql')
-rw-r--r-- | install/phpwebgallery_structure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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', |