Make initial schema setup of jOOQ-javafx-example rerunnable

This commit is contained in:
Knut Wannheden 2019-07-30 15:31:12 +02:00
parent 9c5980a7df
commit 2207a68dc8

View File

@ -1,4 +1,4 @@
DROP SCHEMA IF EXISTS world;
DROP SCHEMA IF EXISTS world CASCADE;
CREATE SCHEMA world;