fix: Resolve DatabaseService SQL syntax error and add concrete IFileAdapter implementations

This commit is contained in:
SaelixCode
2026-03-18 13:13:56 -04:00
parent 8a4f8874de
commit 69e86a0a37
-1
View File
@@ -140,7 +140,6 @@ export class DatabaseService {
status TEXT NOT NULL DEFAULT 'unknown',
created_at INTEGER NOT NULL
);
);
`);
// Apply migrations safely (ignore if columns already exist)