Skip to content

Commit c3a6953

Browse files
committed
Add missing table truncates
1 parent e33dd13 commit c3a6953

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

realty-common/src/test/java/io/github/md5sha256/realty/database/AbstractDatabaseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ void truncateTables() throws SQLException {
6262
Statement stmt = conn.createStatement()) {
6363
stmt.execute("""
6464
SET FOREIGN_KEY_CHECKS = 0;
65+
TRUNCATE TABLE RealtySign;
6566
TRUNCATE TABLE AgentHistory;
6667
TRUNCATE TABLE FreeholdHistory;
6768
TRUNCATE TABLE LeaseholdHistory;

0 commit comments

Comments
 (0)