Files
2014-01-17 07:03:16 -07:00

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);