File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,21 @@ default:
66 threads : 1
77 database : <database name>
88 schema : ' main'
9- schemas_and_paths : ' main=/my_project/data/etl.db'
9+ schemas_and_paths :
10+ main : ' /my_project/data/etl.db'
1011 schema_directory : ' /my_project/data'
11- extensions : ' /path/to/sqlite-digest/digest.so'
12+ extensions :
13+ - ' /path/to/sqlite-digest/digest.so'
1214
1315 prod :
1416 type : sqlite
1517 threads : 1
1618 database : <database name>
1719 schema : ' main'
18- schemas_and_paths : ' main=/my_project/data/etl.db'
20+ schemas_and_paths :
21+ main : ' /my_project/data/etl.db'
1922 schema_directory : ' /my_project/data'
20- extensions : ' /path/to/sqlite-digest/digest.so'
23+ extensions :
24+ - ' /path/to/sqlite-digest/digest.so'
2125
2226 target : dev
You can’t perform that action at this time.
0 commit comments