这是indexloc提供的服务,不要输入任何密码
Skip to content

create pgcrypto extension by default for uuid support #338

@shahidhk

Description

@shahidhk

Right now, when a UUID column is created from console, console executes CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public;

But if the user try to create a table with UUID column from run SQL or psql, as shown in this blog it will fail.

We should create the pgcrypto extension on graphql engine init step.

Metadata

Metadata

Assignees

Labels

c/serverRelated to serverk/bugSomething isn't workingk/enhancementNew feature or improve an existing featurep/urgentImmediate action required

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions