aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 4b9e58b..bcb3f16 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -55,7 +55,8 @@ Then run the following command to create a new database revision file::
make create-database-revision
If your changes are simple enough, the generated script will be populated with
-the necessary migrations steps.
+the necessary migrations steps. You can edit the generated script. eg: to add data migrations.
+
For complex migrations, it is recommended to start from an empty revision file which can be created
with the following command::