feat: add description column to api service
This commit is contained in:
11
migrations/00005_add_description_to_api_service.sql
Normal file
11
migrations/00005_add_description_to_api_service.sql
Normal file
@ -0,0 +1,11 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE api_services ADD description TEXT DEFAULT '';
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE api_services
|
||||
DROP COLUMN description;
|
||||
|
||||
-- +goose StatementEnd
|
Reference in New Issue
Block a user