forked from Qortal/qortal
Increase column size to allow for approx 10x as many online accounts in each block.
This commit is contained in:
parent
8b3f9db497
commit
e992f6b683
@ -964,6 +964,11 @@ public class HSQLDBDatabaseUpdates {
|
|||||||
stmt.execute("DROP TABLE ArbitraryPeers");
|
stmt.execute("DROP TABLE ArbitraryPeers");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 42:
|
||||||
|
// We need more space for online accounts
|
||||||
|
stmt.execute("ALTER TABLE Blocks ALTER COLUMN online_accounts SET DATA TYPE VARBINARY(10240)");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// nothing to do
|
// nothing to do
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user