mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
- Added `sync_enabled` and `last_sync_at` fields to the device model to support synchronization capabilities. - Created a migration script to update the devices table, consolidating sync-related data. - Updated various components to ensure sync is enabled by default for new devices. - Removed the obsolete sync partners table, streamlining the sync architecture. - Introduced comprehensive sync integration tests to validate the new functionality and ensure robust performance.