Skip to content

Commit

Permalink
solve stupid mistage
Browse files Browse the repository at this point in the history
#2111 Store version number in DB after successful sql remote
  • Loading branch information
metas-ts committed Aug 8, 2017
1 parent e1a1f7e commit 463681a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private void run0(@NonNull final Config config)
final String rolloutVersionString = rolloutVersionLoader.loadRolloutVersionString();

// if we are asked to copy, then we check the version of the original (a.k.a. template) DB
final String dbName = copyTemplateToNewDB ? config.getNewDBName() : settings.getDbName();
final String dbName = copyTemplateToNewDB ? config.getTemplateDBName() : settings.getDbName();

final boolean dbNeedsMigration = VersionChecker.builder()
.dbConnection(dbConnectionMaker.createDummyDatabase(dbName))
Expand Down

0 comments on commit 463681a

Please sign in to comment.