mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
2 lines
147 B
SQL
2 lines
147 B
SQL
update objects set deleted = 1 where deleted = 0 and exists (select * from universe_objects where universe_objects.object_id = objects.object_id);
|