Make initial schema setup of jOOQ-javafx-example rerunnable
This commit is contained in:
parent
9c5980a7df
commit
2207a68dc8
@ -1,4 +1,4 @@
|
||||
DROP SCHEMA IF EXISTS world;
|
||||
DROP SCHEMA IF EXISTS world CASCADE;
|
||||
|
||||
CREATE SCHEMA world;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user