Hack to force Flyway to initialize early
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
spring.jpa.generate-ddl: false
|
||||
spring.jpa.hibernate.ddl-auto: none
|
||||
spring.jpa.hibernate.ddl-auto: validate
|
||||
@@ -1,5 +1,5 @@
|
||||
CREATE TABLE PERSON (
|
||||
id INTEGER GENERATED BY DEFAULT AS IDENTITY,
|
||||
id BIGINT GENERATED BY DEFAULT AS IDENTITY,
|
||||
first_name varchar(255) not null,
|
||||
last_name varchar(255) not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user