-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...60__PeriodicDeploymentManagerTables.scala → ...59__PeriodicDeploymentManagerTables.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package db.migration.hsql | ||
|
||
import db.migration.V1_060__PeriodicDeploymentManagerTablesDefinition | ||
import db.migration.V1_059__PeriodicDeploymentManagerTablesDefinition | ||
import slick.jdbc.{HsqldbProfile, JdbcProfile} | ||
|
||
class V1_060__PeriodicDeploymentManagerTables extends V1_060__PeriodicDeploymentManagerTablesDefinition { | ||
class V1_059__PeriodicDeploymentManagerTables extends V1_059__PeriodicDeploymentManagerTablesDefinition { | ||
override protected lazy val profile: JdbcProfile = HsqldbProfile | ||
} |
4 changes: 2 additions & 2 deletions
4
...60__PeriodicDeploymentManagerTables.scala → ...59__PeriodicDeploymentManagerTables.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package db.migration.postgres | ||
|
||
import db.migration.V1_060__PeriodicDeploymentManagerTablesDefinition | ||
import db.migration.V1_059__PeriodicDeploymentManagerTablesDefinition | ||
import slick.jdbc.{JdbcProfile, PostgresProfile} | ||
|
||
class V1_060__PeriodicDeploymentManagerTables extends V1_060__PeriodicDeploymentManagerTablesDefinition { | ||
class V1_059__PeriodicDeploymentManagerTables extends V1_059__PeriodicDeploymentManagerTablesDefinition { | ||
override protected lazy val profile: JdbcProfile = PostgresProfile | ||
} |
2 changes: 1 addition & 1 deletion
2
...rc/main/scala/pl/touk/nussknacker/ui/process/repository/PeriodicProcessesRepository.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
designer/server/src/test/scala/pl/touk/nussknacker/test/mock/MockDeploymentManager.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...scala/pl/touk/nussknacker/ui/process/periodic/PeriodicProcessServiceIntegrationTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
2 changes: 1 addition & 1 deletion
2
...ssknacker/engine/management/streaming/FlinkStreamingDeploymentManagerProviderHelper.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters