-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/cliRelated to CLIRelated to CLIc/consoleRelated to consoleRelated to consolek/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required
Description
Using Docker image hasura/graphql-engine:v1.0.0-alpha44:
- When creating a migration file via
hasura console, - when adding a foreign key from the Modify tab,
- the generated migration's filename will contain a pair of
".
(see demo here)
The presence of " in a file name prevents a git repo containing that file from being cloned on a Windows machine. It discussed here it fails with this error:
error: unable to create file [...] (Invalid argument)
Is there an intentional reason to have " in the filename, or can they be removed?
Metadata
Metadata
Assignees
Labels
c/cliRelated to CLIRelated to CLIc/consoleRelated to consoleRelated to consolek/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required