Skip to content

Add arches package migrations - #12840

Draft
chiatt wants to merge 53 commits into
dev/8.2.xfrom
cnh/package-migrations
Draft

chiatt wants to merge 53 commits into
dev/8.2.xfrom
cnh/package-migrations

Conversation

@chiatt

@chiatt chiatt commented Jul 21, 2026

Copy link
Copy Markdown
Member

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

Replaces initial PR: #9701 that introducing data migrations.

Adds commands for creating, showing, and running package migrations
Splits operations into separate files. Current operations include:

  • AddNodeToTileData
  • CreateGraph
  • DeleteNodeFromTileData
  • UpdateGraphFromJSON
  • UpdateResourceInstancesPublicationId

Issues Solved

Closes #9054

Checklist

  • I targeted one of these branches:
    • dev/8.2.x (under development): features, bugfixes not covered below
    • dev/8.1.x (main support): regressions, crashing bugs, security issues, major bugs in new features
    • dev/7.6.x (extended support): major security issues, data loss issues
  • I added a changelog in arches/releases
  • I submitted a PR to arches-docs (if appropriate)
  • Unit tests pass locally with my changes
  • I added tests that prove my fix is effective or that my feature works
  • My test fails on the target branch

@chiatt
chiatt marked this pull request as draft July 21, 2026 20:45
@chiatt chiatt mentioned this pull request Jul 29, 2026
3 tasks
@chiatt
chiatt requested review from chrabyrd and a lite review from Copilot and removed request for Copilot September 15, 2026 18:08
@chrabyrd
chrabyrd added this pull request to stack #12945 September 18, 2026 20:17
@chrabyrd chrabyrd mentioned this pull request Sep 18, 2026
3 tasks
@chrabyrd
chrabyrd removed this pull request from stack #12945 September 18, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design and implement a pattern for database migrations in a project to migrate tiles

4 participants