This means pushing the types into the common types module, which required a refactor of a bunch of other libraries.
4 lines
117 B
SQL
4 lines
117 B
SQL
-- +goose up
|
|
ALTER TABLE signal DROP COLUMN title;
|
|
-- +goose down
|
|
ALTER TABLE signal ADD COLUMN title TEXT NOT NULL;
|