Remove the DhRenderData DB table

This commit is contained in:
James Seibel
2024-03-28 07:47:07 -05:00
parent 6a3261394f
commit e7eb2ff9cc
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,4 @@
-- The render cache was discovered to not speed up LOD loading,
-- so to reduce DB file size it was removed.
drop table DhRenderData;
@@ -2,3 +2,4 @@
0010-sqlite-createInitialDataTables.sql
0020-sqlite-createFullDataSourceV2Tables.sql
0030-sqlite-changeTableJournaling.sql
0040-sqlite-removeRenderCache.sql