mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
disable old triggers before doing big updates
This commit is contained in:
parent
61de51a32b
commit
58339df56c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user