boulder/sa/_db/migrations/20150904144656_RenamePendin...

10 lines
280 B
SQL

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
RENAME TABLE `pending_authz` to `pendingAuthorizations`;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back
RENAME TABLE `pendingAuthorizations` to `pending_authz`;