Skip to content

Commit 5203603

Browse files
authored
SY-4297: Arc Params Refactor (Part 8) - Data Migration (#2493)
* SY-4297: Add v56 migration for config to inputs unification Migrate persisted Arc programs from the separate config/inputs layout to the unified inputs list. The v56 to live step folds config into inputs config-first and dedupes the legacy ExecBoth mirror; the chain runs v54 to v56 to live and preserves the set_status rename through the retarget. Rewire the arc service gorp migration chain accordingly.
1 parent bde5d10 commit 5203603

49 files changed

Lines changed: 4109 additions & 190 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arc/go/compiler/migrations/v56/codec.gen.go

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arc/go/compiler/migrations/v56/types.gen.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright 2026 Synnax Labs, Inc.
2+
//
3+
// Use of this software is governed by the Business Source License included in the file
4+
// licenses/BSL.txt.
5+
//
6+
// As of the Change Date specified in that file, in accordance with the Business Source
7+
// License, use of this software will be governed by the Apache License, Version 2.0,
8+
// included in the file licenses/APL.txt.
9+
10+
// Generated by oracle as a template. Edit this file.
11+
12+
package v54

arc/go/graph/migrations/v54/migrate_auto.gen.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arc/go/graph/migrations/v56/codec.gen.go

Lines changed: 173 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)