|
Lines 1303-1308
CREATE TABLE `matchchecks` (
Link Here
|
| 1303 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
1303 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| 1304 |
|
1304 |
|
| 1305 |
-- |
1305 |
-- |
|
|
1306 |
-- Table structure for table `need_merge_authorities` |
| 1307 |
-- |
| 1308 |
|
| 1309 |
DROP TABLE IF EXISTS `need_merge_authorities`; |
| 1310 |
CREATE TABLE `need_merge_authorities` ( |
| 1311 |
`id` int NOT NULL auto_increment PRIMARY KEY, |
| 1312 |
`authid` bigint NOT NULL, |
| 1313 |
`done` tinyint DEFAULT 0 |
| 1314 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| 1315 |
|
| 1316 |
-- |
| 1306 |
-- Table structure for table `notifys` |
1317 |
-- Table structure for table `notifys` |
| 1307 |
-- |
1318 |
-- |
| 1308 |
|
1319 |
|