Skip to content

Commit

Permalink
Merge pull request #62 from rekjuh/develop
Browse files Browse the repository at this point in the history
Change flyway/example to flyway/app
  • Loading branch information
ZakarFin authored Jan 9, 2025
2 parents ef6629c + 4aa7004 commit 9e00e86
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package flyway.example;
package flyway.app;

import org.oskari.helpers.AppSetupHelper;
import org.flywaydb.core.api.migration.BaseJavaMigration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package flyway.example;
package flyway.app;

import org.flywaydb.core.api.migration.BaseJavaMigration;
import org.flywaydb.core.api.migration.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package flyway.example;
package flyway.app;

import fi.nls.oskari.domain.Role;
import fi.nls.oskari.domain.User;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package flyway.example;
package flyway.app;

import org.flywaydb.core.api.migration.BaseJavaMigration;
import org.flywaydb.core.api.migration.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package flyway.example;
package flyway.app;

import fi.nls.oskari.domain.map.view.Bundle;
import org.flywaydb.core.api.migration.BaseJavaMigration;
Expand Down

0 comments on commit 9e00e86

Please sign in to comment.