Skip to content

Commit 0471c6c

Browse files
committed
Prevent from executing ddl twice
1 parent 94c9ef1 commit 0471c6c

File tree

1 file changed

+2
-2
lines changed
  • doma-spring-boot-samples/doma-spring-boot-sample-simple/src/main/resources

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE TABLE messages (
1+
CREATE TABLE IF NOT EXISTS messages (
22
id INT PRIMARY KEY AUTO_INCREMENT,
33
text VARCHAR(255)
4-
);
4+
);

0 commit comments

Comments
 (0)