Skip to content

Commit

Permalink
Flyway Skripte für TheEntity für die Kompatibiltät wieder da
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic12345678 committed Oct 4, 2024
1 parent 1074f1c commit 97f2a17
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE theEntity
(
id varchar2(36) NOT NULL primary key,
textAttribute varchar2(8) NOT NULL
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP TABLE theEntity
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE theEntity
(
id varchar2(36) NOT NULL primary key,
textAttribute varchar2(8) NOT NULL
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP TABLE theEntity

0 comments on commit 97f2a17

Please sign in to comment.