Expand hints. Add RadioStatistics struct. Add new Order, DataAge and DataAgeMs.

This commit is contained in:
Pieter Hollander 2025-10-04 01:03:49 +02:00
parent 163e3672ef
commit 851c6d01ec
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
2 changed files with 49 additions and 21 deletions

View 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