Skip to content

Commit

Permalink
clean it
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Nov 28, 2023
1 parent f54385a commit 374469b
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 374469b

Please sign in to comment.