excise entity framework from all remaining code
This commit is contained in:
parent
d6c3133d52
commit
ff92c5f335
62 changed files with 402 additions and 1339 deletions
4
Catalogger.Backend/Database/setup_migrations.sql
Normal file
4
Catalogger.Backend/Database/setup_migrations.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
create table if not exists migrations (
|
||||
migration_name text primary key,
|
||||
applied_at timestamptz not null default (now())
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue