mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix index creating on migration
This commit is contained in:
parent
910ec79409
commit
c1e9e48713
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ class Drift extends $Drift implements IDatabaseRepository {
|
|||
},
|
||||
from10To11: (m, v11) async {
|
||||
await m.create(v11.localTrashedAssetEntity);
|
||||
await m.createIndex(v11.idxLocalTrashedAssetRemoteId);
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue