feature 2380: add URL for user comment

git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-08-03 17:02:24 +00:00
parent efdb998cee
commit d7bf41b3ef
8 changed files with 82 additions and 5 deletions
+1
View File
@@ -53,6 +53,7 @@ CREATE TABLE `piwigo_comments` (
`author` varchar(255) default NULL,
`author_id` smallint(5) DEFAULT NULL,
`anonymous_id` varchar(45) NOT NULL,
`website_url` varchar(255) DEFAULT NULL,
`content` longtext,
`validated` enum('true','false') NOT NULL default 'false',
`validation_date` datetime default NULL,