mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-28 20:35:09 -05:00
Add migration to make play_key_id nullable (#857)
since there is an option not to use play_keys
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE account MODIFY play_key_id INT DEFAULT 0;
|
||||
Reference in New Issue
Block a user