From 5df40abd07933d8e8d86bb52f458508447f2c8ea Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Thu, 22 Jan 2026 15:54:11 -0800 Subject: [PATCH] chore(migration): remove obsolete device sync migration - Deleted the migration file for transitioning device sync to shared resources as it is no longer needed. --- core/src/infra/db/migration/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/infra/db/migration/mod.rs b/core/src/infra/db/migration/mod.rs index 291f9864e..f1a758613 100644 --- a/core/src/infra/db/migration/mod.rs +++ b/core/src/infra/db/migration/mod.rs @@ -37,7 +37,6 @@ mod m20251226_000001_add_device_id_to_entries; mod m20260104_000001_replace_device_id_with_volume_id; mod m20260105_000001_add_volume_id_to_locations; mod m20260114_000001_fix_search_index_include_directories; -mod m20260123_000001_device_to_shared_sync; pub struct Migrator;