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" } ```