File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Migrations are like version control for your database, allowing you to define an
88
99- Google Cloud Project with enabled billing
1010- Enabled Google Cloud BigQuery API
11- - Google Cloud Service Account
11+ - Google Cloud Service Account JSON file
1212
1313## Getting Started
1414
@@ -45,6 +45,15 @@ your-project
4545└── ...
4646```
4747
48+ You can use different folder names but in that case you must specify them with command arguments:
49+
50+ | argument | description |
51+ | ---------------------| -----------------------------------------------------------|
52+ | --gcp-sa-json-dir | Name of the service account JSON file directory (optional) |
53+ | --gcp-sa-json-fname | Name of the service account JSON file (optional) |
54+ | --migrations-dir | Name of the migrations directory (optional) |
55+
56+
4857## Running migrations
4958
5059> ** IMPORTANT!**
You can’t perform that action at this time.
0 commit comments