Initial commit
This commit is contained in:
4
api/migrations/003_initial_schema.up.sql
Normal file
4
api/migrations/003_initial_schema.up.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
insert into person (id, name)
|
||||
values (3, 'Katja');
|
||||
Reference in New Issue
Block a user