Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-15 17:23:15 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
230eff4e1a537de9db40c2b2a2ad7fb5de487da0
immich/mobile/lib/entities/duplicated_asset.entity.dart

12 lines
254 B
Dart
Raw Normal View History

feature(mobile): no longer wait for background backup in settings (#1984) * feature(mobile): no longer wait for background backup in settings migrate all Hive boxes required for the backup process to Isar * add final modifier
2023-03-18 15:55:11 +01:00
import 'package:immich_mobile/utils/hash.dart';
import 'package:isar/isar.dart';
refactor(mobile): entities and models (#9182) * refactor(mobile): entities * store entity * refactor: models * remove domain * save all * bad refactor
2024-04-30 21:36:40 -05:00
part 'duplicated_asset.entity.g.dart';
feature(mobile): no longer wait for background backup in settings (#1984) * feature(mobile): no longer wait for background backup in settings migrate all Hive boxes required for the backup process to Isar * add final modifier
2023-03-18 15:55:11 +01:00
@Collection(inheritance: false)
class DuplicatedAsset {
String id;
DuplicatedAsset(this.id);
Id get isarId => fastHash(id);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 383ms Template: 15ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API