mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-07-15 00:08:54 -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;
|