Files
coder/coderd/database/migrations/000057_api_key_token.down.sql
Garrett Delfosse f5df54831a feat: tokens (#4380)
2022-10-06 19:02:27 +00:00

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.