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:
z0rglub
2003-09-19 23:00:01 +00:00
parent 31e3c51ad3
commit 95a103865b
+1
View File
@@ -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;