SQLDatabaseManager refactor pass

This commit is contained in:
nossr50
2025-11-27 11:57:58 -08:00
parent ac9f060e79
commit 43502b255c
3 changed files with 598 additions and 664 deletions

View File

@@ -474,8 +474,6 @@ class SQLDatabaseManagerTest {
when(upgradeManager.shouldUpgrade(any(UpgradeType.class))).thenReturn(false);
}
// ------------------------------------------------------------------------
// New user -> rows in all core tables
// ------------------------------------------------------------------------