mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove trigger and function in down migration
This commit is contained in:
parent
0959085c9d
commit
d64f968b90
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
DROP TRIGGER IF EXISTS update_label_position ON omnivore.labels;
|
||||
DROP TRIGGER IF EXISTS increment_label_position ON omnivore.labels;
|
||||
|
||||
DROP TRIGGER IF EXISTS decrement_label_position ON omnivore.labels;
|
||||
|
||||
DROP FUNCTION IF EXISTS update_label_position;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue