Cleaned up GetUnusedInstanceID logic and renamed instance_lockout* tables to instance_list*

This commit is contained in:
sorvani
2014-02-13 11:24:54 -06:00
parent e5fd0f5d75
commit 9d938cdd58
4 changed files with 46 additions and 77 deletions
@@ -0,0 +1,3 @@
-- rename the instance_lockout tables to instance_list. They have nothing to do with lockouts.
ALTER TABLE `peq`.`instance_lockout` RENAME TO `peq`.`instance_list` ;
ALTER TABLE `peq`.`instance_lockout_player` RENAME TO `peq`.`instance_list_player` ;