I would like to migrate (rename) a surface name.
Posted: Tue Nov 18, 2025 8:55 pm
I wrote the migration JSON as shown below.
The tile migration works correctly, but it seems that the surface name migration does not work.
Do you know why this happens?
Code: Select all
{
"tile":[
["linox-tile_linox-installation-foundation", "linox-tile_linox-foundation"],
["linox-tile_linox-installation-terminal-platform", "linox-tile_linox-terminal-platform"],
["linox-tile_linox-installation-hazard-terminal-platform", "linox-tile_linox-hazard-terminal-platform"],
["linox-tile_linox-installation-corridor", "linox-tile_linox-corridor"]
],
"space-location":[
["linox-surface_linox-installation", "linox-surface_under-1"]
],
"surface":[
["linox-surface_linox-installation", "linox-surface_under-1"]
]
}
Do you know why this happens?