Skip to content

Commit

Permalink
Invalid db schema
Browse files Browse the repository at this point in the history
  • Loading branch information
incentivetoken committed Aug 1, 2015
1 parent a4e176d commit 7fa7164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/java/nxt/NxtDbVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -611,13 +611,13 @@ protected void update(int nextUpdate) {
case 247:
apply(null);
case 248:
apply("CALL FTL_CREATE_INDEX('PUBLIC', 'ACCOUNT', 'NAME,DESCRIPTION')");
apply(null);
case 249:
apply(null);
case 250:
apply("CALL FTL_DROP_INDEX('PUBLIC', 'ACCOUNT')");
apply(null);
case 251:
apply("CALL FTL_REINDEX()");
apply(null);
case 252:
long votingBlockId = 0;
try {
Expand Down

0 comments on commit 7fa7164

Please sign in to comment.