diff options
author | flop25 <flop25@piwigo.org> | 2013-04-11 10:04:32 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-04-11 10:04:32 +0000 |
commit | c22683add2d8dba099d5046c0c4d2ee00e8a1ec5 (patch) | |
tree | 938183263a073edc0279371f1b8e720161f2fc0e /install/piwigo_structure-mysql.sql | |
parent | a477ea4f99adfdf8ce76814d1cf82017bad48949 (diff) |
fix typo which crash the install process
git-svn-id: http://piwigo.org/svn/trunk@22134 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/piwigo_structure-mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql index 657f6f4d3..3de3004ac 100644 --- a/install/piwigo_structure-mysql.sql +++ b/install/piwigo_structure-mysql.sql @@ -354,7 +354,7 @@ CREATE TABLE `piwigo_user_cache` ( `nb_total_images` mediumint(8) unsigned default NULL, `last_photo_date` datetime DEFAULT NULL, `nb_available_tags` INT(5) DEFAULT NULL, - `nb_available_comments` INT(5) DEFAULT NULL + `nb_available_comments` INT(5) DEFAULT NULL, `image_access_type` enum('NOT IN','IN') NOT NULL default 'NOT IN', `image_access_list` mediumtext default NULL, PRIMARY KEY (`user_id`) |