chore(migration): remove obsolete device sync migration

- Deleted the migration file for transitioning device sync to shared resources as it is no longer needed.
This commit is contained in:
Jamie Pine
2026-01-22 15:54:11 -08:00
parent 966b7fea7a
commit 5df40abd07

View File

@@ -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;