Skip to content

Commit

Permalink
fix oracle clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed May 19, 2024
1 parent 0353918 commit 504b805
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ object MigratorSpec {
tables.foreach { name =>
withStatement(stmt => stmt.executeUpdate(s"""DELETE FROM "$name" """))(db)
}
withStatement(stmt => stmt.executeUpdate("""BEGIN "reset_legacy_sequence"; END; """))(db)
withStatement(stmt => stmt.executeUpdate("""BEGIN "reset_sequence"; END; """))(db)
}

Expand Down

0 comments on commit 504b805

Please sign in to comment.