mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
disable old triggers before doing big updates
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
-- Step 0, Disable old triggers
|
||||||
|
|
||||||
|
ALTER TABLE cipher DISABLE TRIGGER Cipher_Deleted
|
||||||
|
GO
|
||||||
|
ALTER TABLE cipher DISABLE TRIGGER Cipher_Updated
|
||||||
|
GO
|
||||||
|
ALTER TABLE cipher DISABLE TRIGGER Cipher_Inserted
|
||||||
|
GO
|
||||||
|
|
||||||
-- Step 1, Run each statement individually
|
-- Step 1, Run each statement individually
|
||||||
|
|
||||||
insert into folder
|
insert into folder
|
||||||
|
|||||||
Reference in New Issue
Block a user