mirror of
https://github.com/Squareville/wonderland-server.git
synced 2025-12-16 20:34:54 -06: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:
1
migrations/dlu/7_make_play_key_id_nullable.sql
Normal file
1
migrations/dlu/7_make_play_key_id_nullable.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE account MODIFY play_key_id INT DEFAULT 0;
|
||||
Reference in New Issue
Block a user