Skip to content

Instantly share code, notes, and snippets.

@KristofferTolboll2
Created July 10, 2023 11:45
Show Gist options
  • Select an option

  • Save KristofferTolboll2/acef641130d206e9fc4273569f2ea86e to your computer and use it in GitHub Desktop.

Select an option

Save KristofferTolboll2/acef641130d206e9fc4273569f2ea86e to your computer and use it in GitHub Desktop.
SQL script to drop triggers
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