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

Don't put double quotes in migration file names #2094

@davetapley

Description

@davetapley

Using Docker image hasura/graphql-engine:v1.0.0-alpha44:

  1. When creating a migration file via hasura console,
  2. when adding a foreign key from the Modify tab,
  3. 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

No one assigned

    Labels

    c/cliRelated to CLIc/consoleRelated to consolek/bugSomething isn't workingp/urgentImmediate action required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions