Skip to content

Commit

Permalink
Merge pull request #222 from martin-georgiev/update-docs
Browse files Browse the repository at this point in the history
Update configuration options documentation
  • Loading branch information
mikeSimonson committed Feb 3, 2018
2 parents d78e19f + 8c9f0bf commit 119a448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ following:
Configuration
-------------

You can configure the path, namespace, table_name, name and organize_migrations in your ``config.yml``. The examples below are the default values.
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.

.. code-block:: yaml
Expand All @@ -58,7 +58,8 @@ You can configure the path, namespace, table_name, name and organize_migrations
namespace: Application\Migrations
table_name: migration_versions
name: Application Migrations
organize_migrations: false # Version >=1.2 Possible values are: "BY_YEAR", "BY_YEAR_AND_MONTH", false
organize_migrations: false # Version >= 1.2, possible values are: "BY_YEAR", "BY_YEAR_AND_MONTH", false
custom_template: ~ # Version >= 1.2, path to your custom migrations template
Usage
-----
Expand Down

0 comments on commit 119a448

Please sign in to comment.