Add missing parameter specifier
This commit is contained in:
parent
e753832a63
commit
6469733ef0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class MemoriesDB {
|
|||
final db = await instance.database;
|
||||
return db.delete(
|
||||
table,
|
||||
where: '$columnSeenTime < ',
|
||||
where: '$columnSeenTime < ?',
|
||||
whereArgs: [timestamp],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue