Skip to content

Commit 99b42b3

Browse files
committed
Clean up before tests
1 parent 0b0ead5 commit 99b42b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/pgjdbc/src/main/java/org/example/Example.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static void main(String[] args) throws SQLException {
6969
}
7070
// Create a new table named owner
7171
Statement create = conn.createStatement();
72+
create.executeUpdate("DROP TABLE IF EXISTS owner");
7273
create.executeUpdate("""
7374
CREATE TABLE IF NOT EXISTS owner(
7475
id uuid NOT NULL DEFAULT gen_random_uuid(),

0 commit comments

Comments
 (0)