mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 22:48:12 +00:00
📎 Do not drop uuid-ossp extension on migrations
Requires specific permissions
This commit is contained in:
parent
a0b5c23f99
commit
c6de3ce47b
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user