mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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
|
||||
|
||||
insert into folder
|
||||
|
Reference in New Issue
Block a user