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:
6
6
threads : 1
7
7
database : <database name>
8
8
schema : ' main'
9
- schemas_and_paths : ' main=/my_project/data/etl.db'
9
+ schemas_and_paths :
10
+ main : ' /my_project/data/etl.db'
10
11
schema_directory : ' /my_project/data'
11
- extensions : ' /path/to/sqlite-digest/digest.so'
12
+ extensions :
13
+ - ' /path/to/sqlite-digest/digest.so'
12
14
13
15
prod :
14
16
type : sqlite
15
17
threads : 1
16
18
database : <database name>
17
19
schema : ' main'
18
- schemas_and_paths : ' main=/my_project/data/etl.db'
20
+ schemas_and_paths :
21
+ main : ' /my_project/data/etl.db'
19
22
schema_directory : ' /my_project/data'
20
- extensions : ' /path/to/sqlite-digest/digest.so'
23
+ extensions :
24
+ - ' /path/to/sqlite-digest/digest.so'
21
25
22
26
target : dev
You can’t perform that action at this time.
0 commit comments