mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
add manual Tile Processor
zoom on video on pause (temp image)
This commit is contained in:
@@ -60,8 +60,10 @@ public class DbFactory : IDbFactory
|
||||
if (!File.Exists(_annConfig.AnnotationsDbFile))
|
||||
SQLiteConnection.CreateFile(_annConfig.AnnotationsDbFile);
|
||||
RecreateTables();
|
||||
|
||||
|
||||
_fileConnection.Open();
|
||||
using var db = new AnnotationsDb(_fileDataOptions);
|
||||
SchemaMigrator.EnsureSchemaUpdated(db, typeof(Annotation), typeof(Detection));
|
||||
_fileConnection.BackupDatabase(_memoryConnection, "main", "main", -1, null, -1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user