@@ -38,7 +38,7 @@ exports[`actions is backwards-compatible with untagged command specs 1`] = `
38
38
" manageGraphileMigrateSchema" : true ,
39
39
" migrationsFolder" : " ./migrations" ,
40
40
" placeholders" : undefined ,
41
- " rootConnectionString" : " template1" ,
41
+ " rootConnectionString" : " postgres:/// template1" ,
42
42
" shadowConnectionString" : undefined ,
43
43
" shadowDatabaseName" : undefined ,
44
44
}
@@ -79,7 +79,7 @@ exports[`actions parses SQL actions 1`] = `
79
79
" manageGraphileMigrateSchema" : true ,
80
80
" migrationsFolder" : " ./migrations" ,
81
81
" placeholders" : undefined ,
82
- " rootConnectionString" : " template1" ,
82
+ " rootConnectionString" : " postgres:/// template1" ,
83
83
" shadowConnectionString" : undefined ,
84
84
" shadowDatabaseName" : undefined ,
85
85
}
@@ -115,7 +115,7 @@ exports[`actions parses command actions 1`] = `
115
115
" manageGraphileMigrateSchema" : true ,
116
116
" migrationsFolder" : " ./migrations" ,
117
117
" placeholders" : undefined ,
118
- " rootConnectionString" : " template1" ,
118
+ " rootConnectionString" : " postgres:/// template1" ,
119
119
" shadowConnectionString" : undefined ,
120
120
" shadowDatabaseName" : undefined ,
121
121
}
@@ -159,7 +159,7 @@ exports[`actions parses mixed actions 1`] = `
159
159
" manageGraphileMigrateSchema" : true ,
160
160
" migrationsFolder" : " ./migrations" ,
161
161
" placeholders" : undefined ,
162
- " rootConnectionString" : " template1" ,
162
+ " rootConnectionString" : " postgres:/// template1" ,
163
163
" shadowConnectionString" : undefined ,
164
164
" shadowDatabaseName" : undefined ,
165
165
}
@@ -200,7 +200,7 @@ exports[`actions parses string values into SQL actions 1`] = `
200
200
" manageGraphileMigrateSchema" : true ,
201
201
" migrationsFolder" : " ./migrations" ,
202
202
" placeholders" : undefined ,
203
- " rootConnectionString" : " template1" ,
203
+ " rootConnectionString" : " postgres:/// template1" ,
204
204
" shadowConnectionString" : undefined ,
205
205
" shadowDatabaseName" : undefined ,
206
206
}
0 commit comments