rename cloudId to icloudId

This commit is contained in:
shenlong-tanwen
2025-09-09 22:17:11 +05:30
parent 89bb0ca0c9
commit 438fa46cbc
6 changed files with 6 additions and 6 deletions
@@ -136,7 +136,7 @@ class Drift extends $Drift implements IDatabaseRepository {
await m.alterTable(TableMigration(v10.userEntity));
},
from10To11: (m, v11) async {
// Add cloud_id to local and remote asset tables
// Add i_cloud_id to local and remote asset tables
await m.addColumn(v11.localAssetEntity, v11.localAssetEntity.iCloudId);
await m.createIndex(v11.idxLocalAssetCloudId);
await m.createTable(v11.remoteAssetCloudIdEntity);