mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
Remove foreign key from znote_guild_wars table.
Because it will break the schema import on databases based on TFS 0.3 that doesnt have the source guild_wars table.
This commit is contained in:
parent
36bd6f6ad1
commit
d186d513e0
@ -202,8 +202,8 @@ CREATE TABLE IF NOT EXISTS `znote_deleted_characters` (
|
||||
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
|
||||
PRIMARY KEY (`id`)
|
||||
--,FOREIGN KEY (`id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
-- Helpdesk system
|
||||
|
Loading…
x
Reference in New Issue
Block a user