mirror of
https://github.com/bitwarden/server
synced 2025-12-30 23:23:37 +00:00
recreate ef migrations
This commit is contained in:
@@ -40,7 +40,7 @@ public class PlayDataEntityTypeConfiguration : IEntityTypeConfiguration<PlayData
|
||||
.ToTable(nameof(PlayData))
|
||||
.HasCheckConstraint(
|
||||
"CK_PlayData_UserOrOrganization",
|
||||
"([UserId] IS NOT NULL AND [OrganizationId] IS NULL) OR ([UserId] IS NULL AND [OrganizationId] IS NOT NULL)"
|
||||
"(\"UserId\" IS NOT NULL AND \"OrganizationId\" IS NULL) OR (\"UserId\" IS NULL AND \"OrganizationId\" IS NOT NULL)"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user