mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
update to znote_schema.sql
Turns out inline comments is a big no-no.
This commit is contained in:
@@ -203,7 +203,6 @@ CREATE TABLE IF NOT EXISTS `znote_guild_wars` (
|
|||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`limit` int(11) NOT NULL DEFAULT '0',
|
`limit` int(11) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
--,FOREIGN KEY (`id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
|
|
||||||
-- Helpdesk system
|
-- Helpdesk system
|
||||||
|
Reference in New Issue
Block a user