We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Could you explain me, how this should work or where I find more
documentation?
The text was updated successfully, but these errors were encountered: