Skip to content

Commit fcf629e

Browse files
committed
docs(sync): added TODO note about checking db version
1 parent 057ee0f commit fcf629e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aw-sync/src/sync.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ pub fn sync_run(sync_directory: &Path, client: AwClient) {
142142

143143
let remote_dbfiles = find_remotes_nonlocal(sync_directory, info.device_id.as_str());
144144
info!("Found remotes: {:?}", remote_dbfiles);
145+
146+
// TODO: Check for compatible remote db version before opening
145147
let ds_remotes: Vec<Datastore> = remote_dbfiles.iter().map(create_datastore).collect();
146148

147149
// Pull

0 commit comments

Comments
 (0)