DarkflameServer/migrations/dlu/8_foreign_play_key.sql
Aaron Kimbrell 9d65d871d0
fix compatibility with nexus dash (#1011)
* add some more utility to the masterserver -a command
fix compatability with nexus dash

* cleanup code some more
user logger where it makes sense
only take in password if it is needed
log a better error if account cannot be created

* update message

* return before success statement if catching error
2023-03-05 13:11:32 -06:00

2 lines
58 B
SQL

ALTER TABLE accounts MODIFY play_key_id INT DEFAULT NULL;