mirror of
https://github.com/immich-app/immich.git
synced 2026-02-14 04:47:57 +03:00
chore: add indexes for foreign keys (#25925)
* chore: add indexes for foreign keys * update idx_asset_face_person_id index --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
4
mobile/test/drift/main/generated/schema.dart
generated
4
mobile/test/drift/main/generated/schema.dart
generated
@@ -21,6 +21,7 @@ import 'schema_v15.dart' as v15;
|
||||
import 'schema_v16.dart' as v16;
|
||||
import 'schema_v17.dart' as v17;
|
||||
import 'schema_v18.dart' as v18;
|
||||
import 'schema_v19.dart' as v19;
|
||||
|
||||
class GeneratedHelper implements SchemaInstantiationHelper {
|
||||
@override
|
||||
@@ -62,6 +63,8 @@ class GeneratedHelper implements SchemaInstantiationHelper {
|
||||
return v17.DatabaseAtV17(db);
|
||||
case 18:
|
||||
return v18.DatabaseAtV18(db);
|
||||
case 19:
|
||||
return v19.DatabaseAtV19(db);
|
||||
default:
|
||||
throw MissingSchemaException(version, versions);
|
||||
}
|
||||
@@ -86,5 +89,6 @@ class GeneratedHelper implements SchemaInstantiationHelper {
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
];
|
||||
}
|
||||
|
||||
8397
mobile/test/drift/main/generated/schema_v19.dart
generated
Normal file
8397
mobile/test/drift/main/generated/schema_v19.dart
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user