mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-12 22:45:02 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
delete from free_object_ids;
|
||||
|
||||
insert into free_object_ids (start_id)
|
||||
select nvl(max(object_id)+1,10000001)
|
||||
from objects;
|
||||
Reference in New Issue
Block a user