📎 Do not drop uuid-ossp extension on migrations

Requires specific permissions
This commit is contained in:
Andrey Antukh 2026-07-20 14:05:04 +02:00
parent a0b5c23f99
commit c6de3ce47b

View File

@ -27,5 +27,3 @@ ALTER TABLE team_invitation ALTER COLUMN id SET DEFAULT gen_random_uuid
ALTER TABLE team_profile_rel ALTER COLUMN id SET DEFAULT gen_random_uuid();
ALTER TABLE team_project_profile_rel ALTER COLUMN id SET DEFAULT gen_random_uuid();
ALTER TABLE usage_quote ALTER COLUMN id SET DEFAULT gen_random_uuid();
DROP EXTENSION IF EXISTS "uuid-ossp";