Revert "feat: WhatsApp notification helper + phase 4 migration (recheck_round, WhatsApp settings)"
This reverts commit b6845f5bb5.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
-- Add effectiveness recheck round tracking to capa_actions
|
||||
ALTER TABLE capa_actions
|
||||
ADD COLUMN IF NOT EXISTS effectiveness_recheck_round INT NOT NULL DEFAULT 0;
|
||||
|
||||
-- WhatsApp and effectiveness recheck credentials for Settings UI
|
||||
INSERT INTO app_settings (key, value, updated_at, updated_by)
|
||||
VALUES
|
||||
('META_WHATSAPP_PHONE_NUMBER_ID', '', now(), NULL),
|
||||
('META_WHATSAPP_ACCESS_TOKEN', '', now(), NULL)
|
||||
ON CONFLICT (key) DO NOTHING;
|
||||
Reference in New Issue
Block a user