mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-12 08:59:20 +02:00
update to znote_schema.sql
Turns out inline comments is a big no-no.
This commit is contained in:
parent
0eb2972e30
commit
35e2ff7f43
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user