Skip to content

Commit

Permalink
Merge pull request #1012 from JWJUN233233/fix/sqlite
Browse files Browse the repository at this point in the history
修复sqlite下tableInformationTable没有被正确初始化
  • Loading branch information
StarWishsama authored Feb 2, 2025
2 parents 0866d9e + d154a1f commit 77ee675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void initStorage(DataType type) {
case BLOCK_STORAGE -> createBlockStorageTables();
}

tableInformationTable = SqlUtils.mapTable(DataScope.TABLE_INFORMATION);
createTableInformationTable();
}

Expand Down

0 comments on commit 77ee675

Please sign in to comment.