mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02: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',
|
site_id tinyint(4) unsigned NOT NULL default '1',
|
||||||
visible enum('true','false') NOT NULL default 'true',
|
visible enum('true','false') NOT NULL default 'true',
|
||||||
uploadable enum('true','false') NOT NULL default 'false',
|
uploadable enum('true','false') NOT NULL default 'false',
|
||||||
|
representative_picture_id mediumint(8) unsigned default NULL,
|
||||||
PRIMARY KEY (id)
|
PRIMARY KEY (id)
|
||||||
) TYPE=MyISAM;
|
) TYPE=MyISAM;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user