Skip to content

Commit

Permalink
add some mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Apr 3, 2024
1 parent 51d1755 commit 0ee2116
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion migration/migrate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ import (
controlv1 "github.com/appuio/control-api/apis/v1"
)

var manualMapping = map[string]string{}
var manualMapping = map[string]string{
"2326": "9466",
"2746": "8019",
"2962": "16194",
"2667": "9143",
"1606": "8688",
"2778": "9366",
"2929": "16400",
}

func main() {
ctx := context.Background()
Expand Down

0 comments on commit 0ee2116

Please sign in to comment.