mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-22 05:09:02 +00:00
Empty commit
This commit is contained in:
parent
124e294b0b
commit
7d8e070bf8
@ -126,6 +126,8 @@ CREATE TABLE `bookmarks_torrents` (
|
|||||||
`UserID` int(10) NOT NULL,
|
`UserID` int(10) NOT NULL,
|
||||||
`GroupID` int(10) NOT NULL,
|
`GroupID` int(10) NOT NULL,
|
||||||
`Time` datetime NOT NULL,
|
`Time` datetime NOT NULL,
|
||||||
|
`Sort` int(11) NOT NULL DEFAULT '0',
|
||||||
|
UNIQUE KEY `groups_users` (`GroupID`,`UserID`),
|
||||||
KEY `UserID` (`UserID`),
|
KEY `UserID` (`UserID`),
|
||||||
KEY `GroupID` (`GroupID`)
|
KEY `GroupID` (`GroupID`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
Loading…
Reference in New Issue
Block a user