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