RegexBot/Data/Migrations
Noi 5f00e8b4b2 Fix incorrect foreign key reference
Replaces previously committed migration with a new one.
If updating the database, run these first before the migration:
```
drop table modlogs;
drop type mod_log_type;
delete from "__EFMigrationsHistory" where "migration_id" = '20220824023321_AddModLogs';
```
2022-09-13 14:58:15 -07:00
..
.editorconfig Update initial database model and migration 2022-07-20 20:37:31 -07:00
20220723220624_InitialMigration.cs Add initial migration 2022-07-28 14:10:35 -07:00
20220723220624_InitialMigration.Designer.cs Add initial migration 2022-07-28 14:10:35 -07:00
20220827041853_AddModLogs.cs Fix incorrect foreign key reference 2022-09-13 14:58:15 -07:00
20220827041853_AddModLogs.Designer.cs Fix incorrect foreign key reference 2022-09-13 14:58:15 -07:00
BotDatabaseContextModelSnapshot.cs Fix incorrect foreign key reference 2022-09-13 14:58:15 -07:00