This commit is contained in:
3
testMigrations/1_initial.sql
Normal file
3
testMigrations/1_initial.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
create table mydata (
|
||||
value text
|
||||
)
|
||||
2
testMigrations/2_addRow.sql
Normal file
2
testMigrations/2_addRow.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
insert into mydata (value)
|
||||
values ('hello')
|
||||
Reference in New Issue
Block a user