When using a schema: 'mySchema' configuration in the database.json, I can run db-migrate and it will create a migrations table on the publicschema. Running the migration again leads to a secondmigrationstable inside themySchema` schema.
I would guess that this might require a better configuration possibility for the migrations schema which is currently only possible via the --table my_migrations command line argument. I would like to configure a like like myOtherSchema.my_migrations, because I don't want to mix real/customer data with technical data (migrations).
Sidenote: is it possible to configure the migration table via the database.json? I tried, but failed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
When using a
schema: 'mySchema'configuration in thedatabase.json, I can run db-migrate and it will create a migrations table on thepublicschema. Running the migration again leads to a secondmigrationstable inside themySchema` schema.I would guess that this might require a better configuration possibility for the migrations schema which is currently only possible via the
--table my_migrationscommand line argument. I would like to configure a like likemyOtherSchema.my_migrations, because I don't want to mix real/customer data with technical data (migrations).Sidenote: is it possible to configure the migration table via the database.json? I tried, but failed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.