Skip to content

Commit 922e380

Browse files
committed
updated docs
1 parent dcc4ddc commit 922e380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.wiki

Submodule .wiki updated from 6c1403e to dc2e5fa

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [Configuration](#configuration)
2020
- [`database.model_paths`](#databasemodel_paths)
2121
- [`database.auto_infer_migrations`](#databaseauto_infer_migrations)
22-
- [`database.implications.<implication_name_in_snake>`](#databaseimplicationsimplication_name_in_snake)
22+
- [`database.implications.<implication_name_in_snake_case>`](#databaseimplicationsimplication_name_in_snake_case)
2323
- [Manual Migrations](#manual-migrations)
2424
- [Implication Reference](#implication-reference)
2525
- [`Table`](#table)
@@ -262,7 +262,7 @@ An `array` of paths relative to the project directory where application models r
262262

263263
This is a `boolean` value that controls, you guessed it, whether or not to infer the migration information automatically. What this means is basically, unless specified otherwise with an implication, none of the models, properties or methods are going to be inspected for migration information. However, if a property or method of a model has an implication, that model will be inspected. The default is `true`.
264264

265-
## `database.implications.<implication_name_in_snake>`
265+
## `database.implications.<implication_name_in_snake_case>`
266266
##### Type: *`bool`*
267267
##### Default: *`true`*
268268

0 commit comments

Comments
 (0)