10 lines
235 B
SQL
10 lines
235 B
SQL
-- +goose Up
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" ADD COLUMN PlaceholderChange TEXT;
|
|
-- +goose StatementEnd
|
|
|
|
-- +goose Down
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" DROP COLUMN PlaceholderChange;
|
|
-- +goose StatementEnd
|