Skip to content

Commit 54338ad

Browse files
committed
Set the default datasource
1 parent 5c1d941 commit 54338ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/BaseMigrationCommand.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ component {
1212
application action='update' datasources=dsources;
1313
application action='update' datasource='cfmigrations';
1414
migrationService.setDefaultGrammar( cfmigrationsInfo.defaultGrammar );
15+
migrationService.setDatasource( "cfmigrations" );
1516
}
1617

1718
private function checkForInstalledMigrationTable() {

0 commit comments

Comments
 (0)