mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-31 12:48:10 +00:00
fix: Resolve DatabaseService SQL syntax error and add concrete IFileAdapter implementations
This commit is contained in:
@@ -140,7 +140,6 @@ export class DatabaseService {
|
|||||||
status TEXT NOT NULL DEFAULT 'unknown',
|
status TEXT NOT NULL DEFAULT 'unknown',
|
||||||
created_at INTEGER NOT NULL
|
created_at INTEGER NOT NULL
|
||||||
);
|
);
|
||||||
);
|
|
||||||
`);
|
`);
|
||||||
|
|
||||||
// Apply migrations safely (ignore if columns already exist)
|
// Apply migrations safely (ignore if columns already exist)
|
||||||
|
|||||||
Reference in New Issue
Block a user