mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
7 lines
379 B
SQL
7 lines
379 B
SQL
update (select * from cell_objects where is_public='1') set is_public='Y';
|
|
update (select * from cell_objects where is_public='0') set is_public='N';
|
|
update (select * from building_objects where is_public='1') set is_public='Y';
|
|
update (select * from building_objects where is_public='0') set is_public='N';
|
|
|
|
update version_number set version_number = 27, min_version_number=27;
|