Skip to content

Commit

Permalink
Update SQLiteDB.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Jul 10, 2024
1 parent 3943177 commit 738e4ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void createNewTable() throws SQLException
+ ");");

//statement.execute("DROP TABLE quarantine");
//statement.execute("DROP TABLE whitelist_hash");

statement.execute("CREATE TABLE IF NOT EXISTS quarantine (\n"
+ " id INTEGER PRIMARY KEY AUTOINCREMENT,\n"
Expand Down

0 comments on commit 738e4ae

Please sign in to comment.