mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -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;
|