Archived old sql files, they are now integrated in base

This commit is contained in:
Yehonal
2016-11-18 13:23:30 +01:00
parent 59d568d603
commit 212edb5034
83 changed files with 562801 additions and 423 deletions

View File

@@ -13,6 +13,7 @@ CREATE TABLE `channels`
`name` varchar(128) NOT NULL,
`team` int(10) unsigned NOT NULL,
`announce` tinyint(3) unsigned NOT NULL DEFAULT '1',
`ownership` tinyint(3) unsigned NOT NULL DEFAULT '1',
`password` varchar(32) DEFAULT NULL,
`lastUsed` int(10) unsigned NOT NULL,
PRIMARY KEY (`channelId`)