1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-03 18:16:17 +02:00

disable old triggers before doing big updates

This commit is contained in:
Kyle Spearrin 2017-04-25 12:03:52 -04:00
parent 61de51a32b
commit 58339df56c

View File

@ -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