Skip to content

Commit

Permalink
Fix old migrations included in build export
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreKr committed Aug 6, 2021
1 parent d32994e commit 42bdf03
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 625 deletions.
4 changes: 2 additions & 2 deletions reqbaz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ task export(type: Copy, dependsOn: build) {
}
into("sql") {
from processResources
include "migrations/*.sql"
rename 'migrations/(.+)', '$1'
include "*.sql"
include "changelog.yaml"
}
}

Expand Down
7 changes: 0 additions & 7 deletions reqbaz/src/main/resources/migrations/V10__delete_project.sql

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions reqbaz/src/main/resources/migrations/V12__comment_delete.sql

This file was deleted.

22 changes: 0 additions & 22 deletions reqbaz/src/main/resources/migrations/V13__tags.sql

This file was deleted.

This file was deleted.

Loading

0 comments on commit 42bdf03

Please sign in to comment.