mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
7 lines
167 B
SQL
7 lines
167 B
SQL
-- Takes an Oracle database prepared by the makefile
|
|
-- and sets it up to recieve data from a PostgreSQL
|
|
-- migration
|
|
|
|
delete from free_object_ids;
|
|
delete from clock;
|