aboutsummaryrefslogtreecommitdiffstats
path: root/install/phpwebgallery_structure.sql
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-15 02:26:25 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-15 02:26:25 +0000
commit88e3b36e2f805404e0bfd56d865e317495e9c973 (patch)
tree042d17038fedbc588e7b839aa754461e41fcc4f4 /install/phpwebgallery_structure.sql
parent1d22950cf6391f1037be9cd35288b36d62ea6fe5 (diff)
feature 262: new user cached information nb_total_pictures
git-svn-id: http://piwigo.org/svn/trunk@1081 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/phpwebgallery_structure.sql')
-rw-r--r--install/phpwebgallery_structure.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql
index b4cf1d4b0..9e5c4a49f 100644
--- a/install/phpwebgallery_structure.sql
+++ b/install/phpwebgallery_structure.sql
@@ -260,6 +260,7 @@ CREATE TABLE `phpwebgallery_user_cache` (
`user_id` smallint(5) NOT NULL default '0',
`need_update` enum('true','false') NOT NULL default 'true',
`forbidden_categories` text,
+ `nb_total_images` mediumint(8),
PRIMARY KEY (`user_id`)
) TYPE=MyISAM;