mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 23:05:04 +02:00
Adding support of independant uploadable categories
git-svn-id: http://piwigo.org/svn/trunk@35 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user