mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-02 22:03:52 +00:00
Remove db name from sql.
This commit is contained in:
parent
9d938cdd58
commit
5f02de1c95
@ -1,3 +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` ;
|
||||
ALTER TABLE `instance_lockout` RENAME TO `instance_list` ;
|
||||
ALTER TABLE `instance_lockout_player` RENAME TO `instance_list_player` ;
|
||||
Loading…
x
Reference in New Issue
Block a user