diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-19 23:00:01 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-19 23:00:01 +0000 |
commit | 95a103865bc3d8f3562efcdc191bdb9da95cee08 (patch) | |
tree | 51ad4f3d9ffa45094aecf1d55465fa48ac2a0c42 /admin/phpwebgallery_structure.sql | |
parent | 31e3c51ad3a2e2901e87ceb0adb4359b24280833 (diff) |
2003.09.20_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@137 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/phpwebgallery_structure.sql')
-rw-r--r-- | admin/phpwebgallery_structure.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql index f800ee568..cdd6f22b3 100644 --- a/admin/phpwebgallery_structure.sql +++ b/admin/phpwebgallery_structure.sql @@ -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; |