fix(db): repair fresh migration chain
This commit is contained in:
@@ -47,7 +47,7 @@ namespace JobTrackerApi.Migrations
|
||||
`ByteSize` bigint NOT NULL,
|
||||
`Sha256` char(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
|
||||
CONSTRAINT `PK_AccountDeletionFiles` PRIMARY KEY (`Id`),
|
||||
CONSTRAINT `FK_AccountDeletionFiles_AccountDeletionRequests_AccountDeletionRequestId`
|
||||
CONSTRAINT `FK_AccountDeletionFiles_Request`
|
||||
FOREIGN KEY (`AccountDeletionRequestId`) REFERENCES `AccountDeletionRequests` (`Id`) ON DELETE CASCADE
|
||||
) CHARACTER SET=utf8mb4;
|
||||
""");
|
||||
|
||||
Reference in New Issue
Block a user