-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/urgentImmediate action requiredImmediate action required
Description
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.
revskill10
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/urgentImmediate action requiredImmediate action required