mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #260] [MERGED] Add back environment.base #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/260
Author: @gschier
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/2/2025
Merged by: @gschier
Base:
main← Head:environment-base-legacy📝 Commits (3)
49b8f88Add back Environment > Base attribute for compatibility with older versionsfc49405Set base during environment creation/upsertaa34abcRevert unnecessary change📊 Changes
2 files changed (+16 additions, -4 deletions)
View changed files
📝
src-tauri/yaak-models/bindings/gen_util.ts(+1 -1)📝
src-tauri/yaak-models/src/models.rs(+15 -3)📄 Description
Environment.basewas changed toEnvironment.parentModelin the latest beta, but this breaks environments for sync and export with older versions of the app. This PR adds the property back to the struct (not the DB) so compatibility holds until we come up with a solution to manage schema version changes with exports.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.