mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 15:45:19 +08:00
Resolve competing cascade action: manually set FKID to null
This commit is contained in:
@@ -26,7 +26,7 @@ BEGIN
|
||||
ADD CONSTRAINT [FK_Collection_OrganizationUser]
|
||||
FOREIGN KEY ([DefaultCollectionOwner])
|
||||
REFERENCES [dbo].[OrganizationUser] ([Id])
|
||||
ON DELETE SET NULL
|
||||
ON DELETE NO ACTION
|
||||
END
|
||||
GO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user