Make signals include the object they are attached to (pool, report)
This means pushing the types into the common types module, which required a refactor of a bunch of other libraries.
This commit is contained in:
parent
ddc63bfa91
commit
9b6cacda0e
18 changed files with 1135 additions and 262 deletions
4
db/migrations/00123_signal_drop_title.sql
Normal file
4
db/migrations/00123_signal_drop_title.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- +goose up
|
||||
ALTER TABLE signal DROP COLUMN title;
|
||||
-- +goose down
|
||||
ALTER TABLE signal ADD COLUMN title TEXT NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue