mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
4 lines
145 B
SQL
4 lines
145 B
SQL
alter table auction_locations add (status number(20) DEFAULT 0 not null);
|
|
|
|
update version_number set version_number=172, min_version_number=172;
|