add full sync
This commit is contained in:
@@ -4,5 +4,9 @@ import 'package:immich_mobile/domain/entities/asset.entity.dart';
|
||||
class RemoteAsset extends Asset {
|
||||
const RemoteAsset();
|
||||
|
||||
TextColumn get remoteId => text().unique()();
|
||||
TextColumn get remoteId => text()();
|
||||
TextColumn get livePhotoVideoId => text().nullable()();
|
||||
|
||||
@override
|
||||
Set<Column> get primaryKey => {remoteId};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user