store filename in backup_parts
[BackupPC.git] / bin / BackupPC_ASA_SearchUpdate
index 279b8b0..e691bd8 100755 (executable)
@@ -304,6 +304,7 @@ if ($opt->create) {
                        md5 text not null,
                        items int not null check (items > 0),
                        date timestamp default now(),
+                       filename text not null,
                        primary key(id)
                );