Files
Starlight_Lancher/packages/app-lib/migrations/20260802120000_content-icon-path.sql

6 lines
277 B
SQL

-- Cache extracted icons for unmatched Mod / ResourcePack files so the
-- content list can show real artwork without reopening archives on every
-- render. NULL = not attempted yet, '' = attempted with no icon found.
ALTER TABLE instance_files
ADD COLUMN icon_path TEXT NULL;