Drop district_id from subscriptions

This commit is contained in:
Eli Ribble 2026-02-10 04:59:27 +00:00
parent b25daf12fa
commit d93cdbef41
No known key found for this signature in database
17 changed files with 62 additions and 2533 deletions

View file

@ -0,0 +1,3 @@
-- +goose Up
ALTER TABLE publicreport.subscribe_email DROP COLUMN district_id;
ALTER TABLE publicreport.subscribe_phone DROP COLUMN district_id;