LANCommander/LANCommander.SDK/Migrations
Aaron Powell e2b2654a61 Adding SQLite database migration step
Created a new abstraction for migrations that have to run against the file system, so that we don't need to do the check in each migration.

Adding the default DB name to the settings so it's got a const value.

Updated the Settings migrator to check a few more places
2025-12-17 17:09:36 +11:00
..
FileSystemMigration.cs Adding SQLite database migration step 2025-12-17 17:09:36 +11:00
IMigration.cs Adding SQLite database migration step 2025-12-17 17:09:36 +11:00