mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: clean auth-user entity on reset (#22583)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
3af0f0c8ad
commit
60b1faac0f
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ class SyncStreamRepository extends DriftDatabaseRepository {
|
|||
await _db.remoteAssetEntity.deleteAll();
|
||||
await _db.remoteExifEntity.deleteAll();
|
||||
await _db.stackEntity.deleteAll();
|
||||
await _db.authUserEntity.deleteAll();
|
||||
await _db.userEntity.deleteAll();
|
||||
await _db.userMetadataEntity.deleteAll();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue