Expand hints. Add RadioStatistics struct. Add new Order, DataAge and DataAgeMs.
This commit is contained in:
parent
163e3672ef
commit
851c6d01ec
2 changed files with 49 additions and 21 deletions
9
migrations/00009_hints_pin_mapping.sql
Normal file
9
migrations/00009_hints_pin_mapping.sql
Normal file
|
@ -0,0 +1,9 @@
|
|||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE opendtu_hints ADD COLUMN IF NOT EXISTS pin_mapping_issue BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE opendtu_hints DROP COLUMN IF EXISTS pin_mapping_issue;
|
||||
-- +goose StatementEnd
|
Loading…
Add table
Add a link
Reference in a new issue