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
6
Catalogger.Backend/Database/Migrations/001_init.down.sql
Normal file
6
Catalogger.Backend/Database/Migrations/001_init.down.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
drop table api_tokens;
|
||||
drop table watchlists;
|
||||
drop table messages;
|
||||
drop table invites;
|
||||
drop table ignored_messages;
|
||||
drop table guilds;
|
||||
Loading…
Add table
Add a link
Reference in a new issue