2025-11-11 20:26:31 +00:00
|
|
|
-- +goose Up
|
|
|
|
|
ALTER TABLE history_treatment ADD COLUMN created TIMESTAMP;
|
2025-11-11 22:36:29 +00:00
|
|
|
ALTER TABLE history_proposedtreatmentarea ADD COLUMN created TIMESTAMP;
|
|
|
|
|
ALTER TABLE history_polygonlocation ADD COLUMN created TIMESTAMP;
|
2025-11-11 20:26:31 +00:00
|
|
|
|
|
|
|
|
-- +goose Down
|
|
|
|
|
ALTER TABLE history_treatment DROP COLUMN created;
|
2025-11-11 22:36:29 +00:00
|
|
|
ALTER TABLE history_proposedtreatmentarea DROP COLUMN created;
|
|
|
|
|
ALTER TABLE history_polygonlocation DROP COLUMN created;
|