mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
6 lines
233 B
SQL
6 lines
233 B
SQL
DROP TABLE IF EXISTS ai_provider_keys;
|
|
DROP TABLE IF EXISTS ai_providers;
|
|
DROP TYPE IF EXISTS ai_provider_type;
|
|
-- No-op for ALTER TYPE resource_type / api_key_scope ADD VALUE:
|
|
-- Postgres does not allow removing enum values safely.
|