mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
table user_category dropped
git-svn-id: http://piwigo.org/svn/trunk@423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user