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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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