nidus-sync/db/migrations/00146_publicreport_compliance_submitted.sql

5 lines
173 B
MySQL
Raw Normal View History

-- +goose Up
ALTER TABLE publicreport.compliance ADD COLUMN submitted TIMESTAMP WITHOUT TIME ZONE;
-- +goose Down
ALTER TABLE publicreport.compliance DROP COLUMN submitted;