mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
recreate ef migrations
This commit is contained in:
@@ -1658,7 +1658,7 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
|
||||
b.ToTable("PlayData", null, t =>
|
||||
{
|
||||
t.HasCheckConstraint("CK_PlayData_UserOrOrganization", "([UserId] IS NOT NULL AND [OrganizationId] IS NULL) OR ([UserId] IS NULL AND [OrganizationId] IS NOT NULL)");
|
||||
t.HasCheckConstraint("CK_PlayData_UserOrOrganization", "(\"UserId\" IS NOT NULL AND \"OrganizationId\" IS NULL) OR (\"UserId\" IS NULL AND \"OrganizationId\" IS NOT NULL)");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user