Skip to content

Commit 14a9d20

Browse files
committed
Merge branch 'dev'
2 parents 2aee596 + 922e380 commit 14a9d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)