Add missing 'created' column to history_treatment table
This was a simple copy-paste error.
This commit is contained in:
parent
1a2e9f8a18
commit
ec5203a6a6
1 changed files with 5 additions and 0 deletions
5
migrations/00011_fix_fieldseeker.sql
Normal file
5
migrations/00011_fix_fieldseeker.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- +goose Up
|
||||
ALTER TABLE history_treatment ADD COLUMN created TIMESTAMP;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE history_treatment DROP COLUMN created;
|
||||
Loading…
Add table
Add a link
Reference in a new issue