diff options
Diffstat (limited to 'admin/phpwebgallery_structure.sql')
-rw-r--r-- | admin/phpwebgallery_structure.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql index 08a4bc191..4cc2f2bd1 100644 --- a/admin/phpwebgallery_structure.sql +++ b/admin/phpwebgallery_structure.sql @@ -21,6 +21,7 @@ CREATE TABLE phpwebgallery_categories ( status enum('public','private') NOT NULL default 'public', site_id tinyint(4) unsigned NOT NULL default '1', visible enum('true','false') NOT NULL default 'true', + uploadable enum('true','false') NOT NULL default 'false', PRIMARY KEY (id) ) TYPE=MyISAM; |