mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
6 lines
205 B
SQL
6 lines
205 B
SQL
alter table accounts drop column move_check_time_ms;
|
|
alter table accounts add cheater_level float;
|
|
update accounts set cheater_level=0;
|
|
|
|
update version_number set version_number=85, min_version_number=85;
|