We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1d941 commit 54338adCopy full SHA for 54338ad
models/BaseMigrationCommand.cfc
@@ -12,6 +12,7 @@ component {
12
application action='update' datasources=dsources;
13
application action='update' datasource='cfmigrations';
14
migrationService.setDefaultGrammar( cfmigrationsInfo.defaultGrammar );
15
+ migrationService.setDatasource( "cfmigrations" );
16
}
17
18
private function checkForInstalledMigrationTable() {
0 commit comments