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-21 01:11:16 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
8f69d9d0ece02d74e53bc34a9c430458d4fb87ad
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.3 Page: 405ms Template: 9ms
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