Skip to content

Commit

Permalink
Rewrite migration with js
Browse files Browse the repository at this point in the history
  • Loading branch information
al.e.savchenko committed Nov 13, 2024
1 parent 3fa5540 commit 882e03f
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 355 deletions.
6 changes: 0 additions & 6 deletions backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,9 @@ val examples = (project in file("examples"))
)
)

val migration = (project in file("migration"))
.settings(Settings.common)
.aggregate(mockingbird)
.dependsOn(mockingbird)

val root = (project in file("."))
.disablePlugins(ContribWarts)
.aggregate(
migration,
utils,
circeUtils,
dataAccess,
Expand Down
7 changes: 0 additions & 7 deletions backend/migration/src/main/resources/application.conf

This file was deleted.

21 changes: 0 additions & 21 deletions backend/migration/src/main/resources/logback.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 882e03f

Please sign in to comment.