Files
memos/store/migration/sqlite/0.25/00__remove_webhook.sql
2025-11-30 13:01:24 -05:00

4 lines
76 B
SQL

DROP INDEX IF EXISTS idx_webhook_creator_id;
DROP TABLE IF EXISTS webhook;