feat: set up basic database migration
This commit is contained in:
commit
a410e4f9ec
6 changed files with 1134 additions and 0 deletions
4
src/migrations/000_initial.sql
Normal file
4
src/migrations/000_initial.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
create table migration_version (
|
||||
version integer,
|
||||
updated_at integer
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue