6 lines
267 B
MySQL
6 lines
267 B
MySQL
|
drop trigger if exists update_last_updated_witches;
|
||
|
drop trigger if exists update_last_updated_watches;
|
||
|
drop trigger if exists update_last_updated_witch_watch;
|
||
|
drop trigger if exists update_last_updated_covens;
|
||
|
drop trigger if exists update_last_updated_watch_notes;
|