mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Drop the ArbitraryPeers table as it's no longer needed
This commit is contained in:
@@ -959,6 +959,11 @@ public class HSQLDBDatabaseUpdates {
|
||||
stmt.execute("CREATE INDEX SellNameNameIndex ON SellNameTransactions (name)");
|
||||
break;
|
||||
|
||||
case 41:
|
||||
// Drop the ArbitraryPeers table as it's no longer needed
|
||||
stmt.execute("DROP TABLE ArbitraryPeers");
|
||||
break;
|
||||
|
||||
default:
|
||||
// nothing to do
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user