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:
parent
31e3c51ad3
commit
95a103865b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue