Erlinis Quintana
Erlinis Quintana
There are many reasons why some apps use several schemas, but for sure it is a thing. What Billy Watson was trying to solve is totally fine, but there is...
Or even simpler as @alejandro-falkowski-gelato suggested, setting up the `search_path` in the database configuration will in fact lists all the desired schemas when running `current_schemas(false)` ```yml test: adapter: postgresql host:...
Hi @botandrose, A new option to the truncation strategy sounds great, but instead of `all_schemas: true/false`, I think would be better to have something like `included_schemas: [ 'public', 'schema1']` and...