Merge remote-tracking branch 'kc/master' into new/enh/bug_6716
This commit is contained in:
commit
37e8229661
1 changed files with 2 additions and 0 deletions
|
@ -433,6 +433,7 @@ CREATE TABLE `categories` (
|
|||
--
|
||||
-- Table: collections
|
||||
--
|
||||
DROP TABLE IF EXISTS collections;
|
||||
CREATE TABLE collections (
|
||||
colId integer(11) NOT NULL auto_increment,
|
||||
colTitle varchar(100) NOT NULL DEFAULT '',
|
||||
|
@ -444,6 +445,7 @@ CREATE TABLE collections (
|
|||
--
|
||||
-- Table: collections_tracking
|
||||
--
|
||||
DROP TABLE IF EXISTS collections_tracking;
|
||||
CREATE TABLE collections_tracking (
|
||||
ctId integer(11) NOT NULL auto_increment,
|
||||
colId integer(11) NOT NULL DEFAULT 0 comment 'collections.colId',
|
||||
|
|
Loading…
Reference in a new issue