trashdb: remove redundant columns

This commit is contained in:
Neeraj Gupta 2021-10-17 22:19:41 +05:30
parent cb16f188b4
commit c9cecdc045
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -67,8 +67,6 @@ class TrashDB {
$columnModificationTime INTEGER NOT NULL,
$columnFileSubType INTEGER,
$columnDuration INTEGER,
$columnHash TEXT,
$columnMetadataVersion INTEGER,
$columnMMdEncodedJson TEXT DEFAULT '{}',
$columnMMdVersion INTEGER DEFAULT 0,
);