Add 'submitted' field to compliance reports
This commit is contained in:
parent
8a05ba2faf
commit
be8d92d7ae
6 changed files with 87 additions and 14 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- +goose Up
|
||||
ALTER TABLE publicreport.compliance ADD COLUMN submitted TIMESTAMP WITHOUT TIME ZONE;
|
||||
-- +goose Down
|
||||
ALTER TABLE publicreport.compliance DROP COLUMN submitted;
|
||||
Loading…
Add table
Add a link
Reference in a new issue