mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
5 lines
162 B
SQL
5 lines
162 B
SQL
alter table accounts add max_lots_adjustment int;
|
|
update accounts set max_lots_adjustment=0;
|
|
|
|
update version_number set version_number=67, min_version_number=67;
|