store cloudId in sqlite
This commit is contained in:
@@ -97,6 +97,8 @@ class Drift extends $Drift implements IDatabaseRepository {
|
||||
await m.create(v4.assetFaceEntity);
|
||||
},
|
||||
from4To5: (m, v5) async {
|
||||
// Add cloudId column to local_asset_entity
|
||||
await m.addColumn(v5.localAssetEntity, v5.localAssetEntity.cloudId);
|
||||
await m.alterTable(
|
||||
TableMigration(
|
||||
v5.userEntity,
|
||||
|
||||
Reference in New Issue
Block a user