Remove setting `migrations_paths` for replicas from the docs [skip ci]

This commit is contained in:
fatkodima 2023-12-25 14:59:52 +02:00
parent 16ff9afb2e
commit 1b2dcfbfe4
1 changed files with 0 additions and 2 deletions

View File

@ -412,7 +412,6 @@ production:
database: my_primary_shard_one
adapter: mysql2
replica: true
migrations_paths: db/migrate_shards
primary_shard_two:
database: my_primary_shard_two
adapter: mysql2
@ -421,7 +420,6 @@ production:
database: my_primary_shard_two
adapter: mysql2
replica: true
migrations_paths: db/migrate_shards
```
Models are then connected with the `connects_to` API via the `shards` key: