BEGIN; DROP INDEX IF EXISTS idx_ai_credit_packages_applicable_roles; ALTER TABLE ai_credit_packages DROP COLUMN IF EXISTS applicable_roles; COMMIT;