Skip to content

Commit

Permalink
clean it (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Nov 28, 2023
1 parent f54385a commit dc07c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/db/migration/V1_0_2__minimal_table.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DROP TABLE IF EXISTS `endpoint_entry` CASCADE;
DROP TABLE IF EXISTS `credential` CASCADE;
DROP TABLE IF EXISTS `service` CASCADE;

CREATE TABLE IF NOT EXISTS `service` (
Expand Down

0 comments on commit dc07c90

Please sign in to comment.