Change from Liquibase to Flyway because it's supported by GraalVM
This commit is contained in:
4
src/main/resources/db/migration/V1__init.sql
Normal file
4
src/main/resources/db/migration/V1__init.sql
Normal file
@ -0,0 +1,4 @@
|
||||
CREATE TABLE example_table (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR(255) NOT NULL
|
||||
);
|
Reference in New Issue
Block a user