Skip to content

Commit

Permalink
feat(migrations): Add Nullable context migrations
Browse files Browse the repository at this point in the history
This commit adds nullable context migrations to the codebase. The `UpdateNullableContext` migration updates several columns in different tables to be non-nullable. Specifically, it modifies the `Players`, `ChatMessages`, and `BlobName` columns in the `Replays` table, the `Reason` column in the `PostModActions` table, and the `Username`, `OptOutChanged`, `Tag`, `Name`, and `Description` columns in the `Clans` table. These changes ensure that these columns cannot have null values.
  • Loading branch information
SakuraIsayeki committed Jan 14, 2024
1 parent daadec2 commit 1ece247
Show file tree
Hide file tree
Showing 3 changed files with 810 additions and 2 deletions.
Loading

0 comments on commit 1ece247

Please sign in to comment.