mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-16 16:46:10 +00:00
Revert "Convert PlayerBots tables to InnoDB (#2083)"
This reverts commit c86032f43b.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
-- Temporarily disables innodb_strict_mode for the session to allow the script to complete even if legacy table definitions contain InnoDB-incompatible attributes
|
||||
SET SESSION innodb_strict_mode = 0;
|
||||
|
||||
-- Change the tables to InnoDB
|
||||
ALTER TABLE playerbots_guild_names ENGINE=InnoDB;
|
||||
ALTER TABLE playerbots_names ENGINE=InnoDB;
|
||||
|
||||
-- Re-enables innodb_strict_mode
|
||||
SET SESSION innodb_strict_mode = 1;
|
||||
Reference in New Issue
Block a user