Allow multi-statement migration scripts
All checks were successful
Build / build (push) Successful in 1m7s
All checks were successful
Build / build (push) Successful in 1m7s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
create table testTable(value text);
|
||||
create table multiTable(value text);
|
||||
|
||||
insert into testTable(value) values ('testValue');
|
||||
insert into multiTable(value) values ('testValue');
|
||||
|
||||
Reference in New Issue
Block a user