Added database/sql

This commit is contained in:
Anonymous
2014-01-17 07:03:16 -07:00
parent 84d3709fdc
commit cf2e16dba2
570 changed files with 84897 additions and 0 deletions
@@ -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;