Skip to content

Does xo schema command support --schema=""? #412

@caitong93

Description

@caitong93

Part of sql generated by xo schema <database url> command:

const sqlstr = INSERT INTO prod.task`

I want to remove schema so it can be configured at runtime. So I run xo schema --schema="" <database url> , and expect to get:

const sqlstr = INSERT INTO task`

But found it not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions