diff options
Diffstat (limited to '')
-rw-r--r-- | install/phpwebgallery_structure.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index b9434ff09..cf7c55b39 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -37,6 +37,7 @@ CREATE TABLE `phpwebgallery_categories` ( `uppercats` varchar(255) NOT NULL default '', `commentable` enum('true','false') NOT NULL default 'true', `global_rank` varchar(255) default NULL, + `image_order` varchar(128) default NULL, PRIMARY KEY (`id`), KEY `categories_i2` (`id_uppercat`) ) TYPE=MyISAM; |