rename cloud id

This commit is contained in:
shenlong-tanwen
2025-09-09 22:12:16 +05:30
parent 84fcbd4df8
commit 89bb0ca0c9
12 changed files with 92 additions and 92 deletions
@@ -137,7 +137,7 @@ class Drift extends $Drift implements IDatabaseRepository {
},
from10To11: (m, v11) async {
// Add cloud_id to local and remote asset tables
await m.addColumn(v11.localAssetEntity, v11.localAssetEntity.cloudId);
await m.addColumn(v11.localAssetEntity, v11.localAssetEntity.iCloudId);
await m.createIndex(v11.idxLocalAssetCloudId);
await m.createTable(v11.remoteAssetCloudIdEntity);
},