File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ component accessors="true" {
136
136
137
137
var migration = wirebox .getInstance ( migrationStruct .componentPath );
138
138
139
- var schema = wirebox .getInstance ( " SchemaBuilder@qb" ).setGrammar ( wirebox .getInstance ( defaultGrammar ) );
139
+ var schema = wirebox .getInstance ( " SchemaBuilder@qb" ).setGrammar ( wirebox .getInstance ( defaultGrammar ) ). setDefaultOptions ( { datasource : getDatasource () } ) ;
140
140
141
- var query = wirebox .getInstance ( " QueryBuilder@qb" ).setGrammar ( wirebox .getInstance ( defaultGrammar ) );
141
+ var query = wirebox .getInstance ( " QueryBuilder@qb" ).setGrammar ( wirebox .getInstance ( defaultGrammar ) ). setDefaultOptions ( { datasource : getDatasource () } ) ;
142
142
143
143
preProcessHook ( migrationStruct );
144
144
You can’t perform that action at this time.
0 commit comments