Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify mysql_version on cli (dbic-migration) #134

Open
M0ses opened this issue May 12, 2020 · 0 comments
Open

specify mysql_version on cli (dbic-migration) #134

M0ses opened this issue May 12, 2020 · 0 comments

Comments

@M0ses
Copy link

M0ses commented May 12, 2020

I try to pass a specific producer_arg (mysql_version) to dbic-migration
on the command line like described here:

https://metacpan.org/pod/DBIx::Class::Migration::Script#sql_translator_args

I tried the following:

dbic-migration prepare -S Kanku::Schema --dsn $KANKU_DSN \
  --database SQLite --dir $SHARE_DIR -O \
  --sql_translator_args producer_args="mysql_version=10"

Could you explain me, how this should work or where I find more
documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant