coder/coderd/database/migrations/000057_api_key_token.down.sql

3 lines
194 B
SQL

-- You cannot safely remove values from enums https://www.postgresql.org/docs/current/datatype-enum.html
-- You cannot create a new type and do a rename because objects depend on this type now.