10 lines
231 B
SQL
10 lines
231 B
SQL
-- +goose Up
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" ADD COLUMN RawChangeString BLOB;
|
|
-- +goose StatementEnd
|
|
|
|
-- +goose Down
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" DROP COLUMN RawChangeString;
|
|
-- +goose StatementEnd
|