mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-14 13:26:01 +02:00
fix typo which crash the install process
git-svn-id: http://piwigo.org/svn/trunk@22134 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user