Skip to content

Commit 119a448

Browse files
authored
Merge pull request #222 from martin-georgiev/update-docs
Update configuration options documentation
2 parents d78e19f + 8c9f0bf commit 119a448

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/doc/index.rst

Lines changed: 3 additions & 2 deletions
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, name and organize_migrations in your ``config.yml``. The examples below are the default values.
51+
You can configure the path, namespace, table_name, name, organize_migrations and custom_template in your ``config.yml``. The examples below are the default values.
5252

5353
.. code-block:: yaml
5454
@@ -58,7 +58,8 @@ You can configure the path, namespace, table_name, name and organize_migrations
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
61+
organize_migrations: false # Version >= 1.2, possible values are: "BY_YEAR", "BY_YEAR_AND_MONTH", false
62+
custom_template: ~ # Version >= 1.2, path to your custom migrations template
6263
6364
Usage
6465
-----

0 commit comments

Comments
 (0)