mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
cleanup
This commit is contained in:
@@ -12,7 +12,6 @@ BEGIN
|
||||
END;
|
||||
GO
|
||||
|
||||
-- FK → Cipher
|
||||
IF NOT EXISTS (
|
||||
SELECT 1
|
||||
FROM sys.foreign_keys
|
||||
@@ -28,7 +27,6 @@ BEGIN
|
||||
END;
|
||||
GO
|
||||
|
||||
-- FK → User
|
||||
IF NOT EXISTS (
|
||||
SELECT 1
|
||||
FROM sys.foreign_keys
|
||||
|
||||
Reference in New Issue
Block a user