Skip to content

Commit

Permalink
Feature 1026 : update database structure (adding author_id)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@3979 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Oct 6, 2009
1 parent 9e1b542 commit 2afb922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/piwigo_structure.sql
Expand Up @@ -52,6 +52,7 @@ CREATE TABLE `piwigo_comments` (
`image_id` mediumint(8) unsigned NOT NULL default '0',
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`author` varchar(255) default NULL,
`author_id` smallint(5) DEFAULT NULL,
`content` longtext,
`validated` enum('true','false') NOT NULL default 'false',
`validation_date` datetime default NULL,
Expand Down

0 comments on commit 2afb922

Please sign in to comment.