nidus-sync/migrations/00011_fix_fieldseeker.sql

6 lines
140 B
MySQL
Raw Normal View History

-- +goose Up
ALTER TABLE history_treatment ADD COLUMN created TIMESTAMP;
-- +goose Down
ALTER TABLE history_treatment DROP COLUMN created;