feat: support name property in meta and model jsons

This commit is contained in:
2025-12-15 18:45:59 +01:00
parent d08780fc14
commit 37e44e474a
17 changed files with 231 additions and 9 deletions

View File

@@ -81,6 +81,7 @@ pub fn syncback_json_model<'sync>(
// schemas will ever exist in one project for it to matter, but it
// could have a performance cost.
model.schema = old_inst.metadata().schema.clone();
model.name = old_inst.metadata().specified_name.clone();
}
Ok(SyncbackReturn {