Skip to content

Commit

Permalink
Empty all tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meidell committed Oct 7, 2024
1 parent fddf67c commit 6689d29
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ class PostgresqlTestContainer private constructor(image: String) : PostgreSQLCon
fun removeDataFromDB() {
dataSource.connection.apply {
createStatement().execute(
"""
"""
DELETE FROM BARNETRYGDMOTTAKER;
DELETE FROM INNLESING;
DELETE FROM FEILINFO;
"""
)
close()
Expand Down

0 comments on commit 6689d29

Please sign in to comment.