mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
<No commit messages entered>
This commit is contained in:
parent
93a735d50f
commit
e562743cba
@ -213,6 +213,14 @@ CREATE TABLE `email_blacklist` (
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
CREATE TABLE `featured_albums` (
|
||||
`GroupID` int(10) NOT NULL DEFAULT '0',
|
||||
`ThreadID` int(10) NOT NULL DEFAULT '0',
|
||||
`Title` varchar(35) NOT NULL DEFAULT '',
|
||||
`Started` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`Ended` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
CREATE TABLE `forums` (
|
||||
`ID` int(6) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`CategoryID` tinyint(2) NOT NULL DEFAULT '0',
|
||||
|
Loading…
Reference in New Issue
Block a user