From f77ac0ef5e1d0add3756414ab95cfabb8ae17d6b Mon Sep 17 00:00:00 2001 From: Eran Pinhas Date: Mon, 29 Mar 2021 13:19:35 +0100 Subject: [PATCH] Added "migrations-dir" to example .db-migraterc file --- docs/Getting Started/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Getting Started/configuration.md b/docs/Getting Started/configuration.md index 31f9417..20998aa 100644 --- a/docs/Getting Started/configuration.md +++ b/docs/Getting Started/configuration.md @@ -117,6 +117,7 @@ An example `.db-migraterc` config file could look like this: { "sql-file": true, "configFile": "path/to/config/database.json", + "migrations-dir": "path/to/migrations", "table": "new_migration_table_name" } ```