table user_category dropped

git-svn-id: http://piwigo.org/svn/trunk@423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-05-28 21:56:07 +00:00
parent 7e465041bf
commit 5643049f23
7 changed files with 60 additions and 246 deletions
-13
View File
@@ -175,19 +175,6 @@ CREATE TABLE phpwebgallery_user_access (
PRIMARY KEY (user_id,cat_id)
) TYPE=MyISAM;
--
-- Table structure for table 'phpwebgallery_user_category'
--
DROP TABLE IF EXISTS phpwebgallery_user_category;
CREATE TABLE phpwebgallery_user_category (
user_id smallint(5) unsigned NOT NULL default '0',
category_id smallint(5) unsigned NOT NULL default '0',
date_last date default NULL,
nb_sub_categories smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (user_id,category_id)
) TYPE=MyISAM;
--
-- Table structure for table 'phpwebgallery_user_group'
--