mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 14:25:02 +02:00
- new feature : caddie (new table was forgotten in previous commit)
git-svn-id: http://piwigo.org/svn/trunk@757 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
---------------------------------------------------------
|
||||
-- Server version 3.23.49-log
|
||||
|
||||
--
|
||||
-- Table structure for table 'phpwebgallery_caddie'
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS phpwebgallery_caddie;
|
||||
CREATE TABLE phpwebgallery_caddie (
|
||||
user_id smallint(5) NOT NULL default '0',
|
||||
element_id mediumint(8) NOT NULL default '0',
|
||||
PRIMARY KEY (user_id,element_id)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Table structure for table 'phpwebgallery_categories'
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user