mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
/bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@80 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user