Skip to content

Commit

Permalink
sql-migrate: drop notification trigger on bundle_items
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Aug 23, 2024
1 parent bf99fad commit 4c8822e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- +migrate Down

-- +migrate Up
DROP TRIGGER IF EXISTS bundle_items_notify_insert ON bundle_items;

0 comments on commit 4c8822e

Please sign in to comment.