Commit b1f3a45
Suppress warning when settings tables are missing on startup
LoadDatabaseSettings now checks whether the settings and
settings_domain tables exist before querying them. If either is
absent it returns nil silently, since the tables are created during
migration and may not exist yet on first run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 607ab99 commit b1f3a45
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
0 commit comments