Add migration to make play_key_id nullable (#857)

since there is an option not to use play_keys
This commit is contained in:
Aaron Kimbrell
2022-12-02 04:46:54 -07:00
committed by GitHub
parent 2b9c014b86
commit d8945e9067

View File

@@ -0,0 +1 @@
ALTER TABLE account MODIFY play_key_id INT DEFAULT 0;