From 88e3b36e2f805404e0bfd56d865e317495e9c973 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 15 Mar 2006 02:26:25 +0000 Subject: feature 262: new user cached information nb_total_pictures git-svn-id: http://piwigo.org/svn/trunk@1081 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/phpwebgallery_structure.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'install/phpwebgallery_structure.sql') 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; -- cgit v1.2.3