Remove the DhRenderData DB table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user