Skip to content

Commit 0f62c9c

Browse files
authored
Merge pull request #203 from eugenekurasov/202-added-organize_migrations-to-documention
Update index.rst. Missing "organize_migrations" in documentation
2 parents 6b0f3a7 + d0a572d commit 0f62c9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ following:
4848
Configuration
4949
-------------
5050

51-
You can configure the path, namespace, table_name and name in your ``config.yml``. The examples below are the default values.
51+
You can configure the path, namespace, table_name, name and organize_migrations in your ``config.yml``. The examples below are the default values.
5252

5353
.. code-block:: yaml
5454
@@ -58,6 +58,7 @@ You can configure the path, namespace, table_name and name in your ``config.yml`
5858
namespace: Application\Migrations
5959
table_name: migration_versions
6060
name: Application Migrations
61+
organize_migrations: false # Version >=1.2 Possible values are: "BY_YEAR", "BY_YEAR_AND_MONTH", false
6162
6263
Usage
6364
-----

0 commit comments

Comments
 (0)