Skip to content

Commit

Permalink
MGR-104 added case DB_NOT_MIGRATED
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jun 8, 2021
1 parent 92a0b41 commit c74cc5c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1378,6 +1378,9 @@ private MigrationStatus assignApplicationToSite(Request request, Integer siteId,
case DB_MIGRATED:
fp.addOkMessage(request.getMessage(MessageConstants.MIGRATION_SUCCESS));
break;
case DB_NOT_MIGRATED:
fp.addOkMessage(request.getMessage(MessageConstants.MIGRATION_DB_NOT_MIGRATED));
break;
case NO_DB_SUPPORTED:
fp.addOkMessage(request.getMessage(MessageConstants.MIGRATION_NO_DB_SUPPORTED));
break;
Expand Down

0 comments on commit c74cc5c

Please sign in to comment.