UI app recording vs. background recording

This commit is contained in:
relikd
2020-08-30 00:03:15 +02:00
parent 1c203e39c3
commit 7b7c5f3d9a
8 changed files with 170 additions and 104 deletions

View File

@@ -21,6 +21,7 @@ extension SQLiteDatabase {
return sqlite3_column_int(stmt, 0)
}
if version != 2 {
QLog.Info("migrate db \(version) -> 2")
// version 0 -> 1: req(domain) -> heap(fqdn, domain)
// version 1 -> 2: rec(+subtitle, +opt)
if version == 1 {