This commit is contained in:
KayenEQ
2014-02-15 23:25:09 -05:00
9 changed files with 69 additions and 87 deletions
@@ -0,0 +1,3 @@
-- rename the instance_lockout tables to instance_list. They have nothing to do with lockouts.
ALTER TABLE `instance_lockout` RENAME TO `instance_list` ;
ALTER TABLE `instance_lockout_player` RENAME TO `instance_list_player` ;