forked from Qortal/qortal
Drop the ArbitraryPeers table as it's no longer needed
This commit is contained in:
parent
42fcee0cfd
commit
4cb63100d3
@ -959,6 +959,11 @@ public class HSQLDBDatabaseUpdates {
|
|||||||
stmt.execute("CREATE INDEX SellNameNameIndex ON SellNameTransactions (name)");
|
stmt.execute("CREATE INDEX SellNameNameIndex ON SellNameTransactions (name)");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 41:
|
||||||
|
// Drop the ArbitraryPeers table as it's no longer needed
|
||||||
|
stmt.execute("DROP TABLE ArbitraryPeers");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// nothing to do
|
// nothing to do
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user