mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
b8ec5cf302
commit
7421c55040
@ -800,6 +800,12 @@ CREATE TABLE `stylesheets` (
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
|
||||
CREATE TABLE `subscribed_forums` (
|
||||
`ForumID` int(10) NOT NULL,
|
||||
`SubscriberID` int(10) NOT NULL,
|
||||
PRIMARY KEY (`ForumID`,`SubscriberID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
|
||||
CREATE TABLE `subscribed_users` (
|
||||
`UserID` int(10) NOT NULL,
|
||||
`SubscriberID` int(10) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user