2
0
mirror of https://github.com/Znote/ZnoteAAC.git synced 2025-05-11 16:39:21 +02:00

update to znote_schema.sql

Turns out inline comments is a big no-no.
This commit is contained in:
Znote 2020-03-22 00:31:12 +01:00
parent 0eb2972e30
commit 35e2ff7f43

@ -203,7 +203,6 @@ CREATE TABLE IF NOT EXISTS `znote_guild_wars` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`limit` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
--,FOREIGN KEY (`id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB;
-- Helpdesk system