Drop the unnecessary contact_email column

Issue: #13
This commit is contained in:
Eli Ribble 2026-05-21 18:46:11 +00:00
parent 6175e1a811
commit 3cfd3182e9
No known key found for this signature in database

View file

@ -0,0 +1,2 @@
-- +goose Up
ALTER TABLE comms.contact_email DROP COLUMN id;