Files
Starlight_Lancher/packages/app-lib/migrations/20260908010000_instance-direct-link-game-dir-mode.sql

5 lines
276 B
SQL

-- The selected external-root layout is recorded per linked instance so it
-- remains stable after Settings closes and across application restarts.
-- NULL keeps the legacy launcher-specific automatic behavior.
ALTER TABLE instances ADD COLUMN linked_game_dir_mode TEXT NULL;