mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
2003.09.20_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@137 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -22,6 +22,7 @@ CREATE TABLE phpwebgallery_categories (
|
||||
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',
|
||||
representative_picture_id mediumint(8) unsigned default NULL,
|
||||
PRIMARY KEY (id)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user