diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-07 23:00:01 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-07 23:00:01 +0000 |
commit | 1d8cccba875a082b5adbbca89cd174ae931ed31d (patch) | |
tree | 43bb70ab65058262968142b3cebcebf12a79c069 /admin/phpwebgallery_structure.sql | |
parent | a725a02ff2fcaaa755b50026788e1e37697a9296 (diff) |
`/bin/date +"%Y.%m.%d_%Hh%M"`
git-svn-id: http://piwigo.org/svn/trunk@80 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/phpwebgallery_structure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql index c61fa900e..34b4c4806 100644 --- a/admin/phpwebgallery_structure.sql +++ b/admin/phpwebgallery_structure.sql @@ -34,7 +34,7 @@ CREATE TABLE phpwebgallery_comments ( id int(11) unsigned NOT NULL auto_increment, image_id mediumint(8) unsigned NOT NULL default '0', date int(11) unsigned NOT NULL default '0', - author varchar(255) NOT NULL default '', + author varchar(255) default NULL, content longtext, validated enum('true','false') NOT NULL default 'false', PRIMARY KEY (id) |