Created
July 10, 2023 11:45
-
-
Save KristofferTolboll2/acef641130d206e9fc4273569f2ea86e to your computer and use it in GitHub Desktop.
SQL script to drop triggers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELIMITER $$ | |
| DROP TRIGGER IF EXISTS customer_before_update$$ | |
| DROP TRIGGER IF EXISTS customer_before_delete$$ | |
| DELIMITER ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment