-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to consolee/easycan be wrapped up in a couple of dayscan be wrapped up in a couple of daysk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress
Description
I'm using typeorm to manage my database migrations and when I use typescript enums, typeorm generates a Postgres table like this:
When I try to setup a permission, the dropdown select is empty:
Workaround:
Save permission as it is, export hasura metadata and then manually edit the metadata.yaml:
to
Then apply the fixed metadata file on server.
nick4u
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to consolee/easycan be wrapped up in a couple of dayscan be wrapped up in a couple of daysk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress