10 lines
237 B
SQL
10 lines
237 B
SQL
-- +goose Up
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" ADD COLUMN NewProvisionedDisk REAL;
|
|
-- +goose StatementEnd
|
|
|
|
-- +goose Down
|
|
-- +goose StatementBegin
|
|
ALTER TABLE "Updates" DROP COLUMN NewProvisionedDisk;
|
|
-- +goose StatementEnd
|