Skip to content

When you trigger migration up or down programmatically, you cannot specify migration table in options #455

Open
@ghost

Description

When you trigger migration up or down programmatically, you cannot specify migration table in options. Its needed to specify migration table something like:

DBMigrate.getInstance(true, {
config: {
database: ...,
user: ...,
table: 'migration_tabe_name'
}
}

for now you can only specify migration table as an argument:

db-migrate up --table migration_tabe_name


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions