You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Names of sqlite tables and classes in the ORM do not all match properly after the migration. For consistency it would make sense to change this sucht that the names match.
This involves the following tables and dependencies
Current class name
sqlite table name
new class name
modelchecker
grid-builder
api
calculation-core
ControlMeasureLocation
measure_location
MeasureLocation
✔️
❌
❌
✔️
ControlMeasureMap
measure_map
MeasureMap
✔️
❌
✔️
✔️
ControlMemory
memory_control
MemoryControl
✔️
❌
✔️
✔️
ControlTable
table_control
TableCotnrol
✔️
❌
✔️
✔️
VegetationDrag
vegetation_drag_2d
VegetationDrag2D
✔️
❌
✔️
✔️
Windshielding
windshielding_1d
Windshielding1D
✔️
❌
✔️
✔️
SurfaceParameter
surface_parameters
SurfaceParameters
✔️
✔️
✔️
❌
Lateral1d
lateral_1d
Lateral1D
✔️
❌
✔️
✔️
VegetationDrag
vegetation_drag_2d
VegetationDrag2D
✔️
✔️
❌
✔️
The text was updated successfully, but these errors were encountered:
If this will just mean changing some table names when we read in the sqlite then I am not too worried :) My assessment is that it will have minimal impact so go ahead
Names of sqlite tables and classes in the ORM do not all match properly after the migration. For consistency it would make sense to change this sucht that the names match.
This involves the following tables and dependencies
ControlMeasureLocation
measure_location
MeasureLocation
ControlMeasureMap
measure_map
MeasureMap
ControlMemory
memory_control
MemoryControl
ControlTable
table_control
TableCotnrol
VegetationDrag
vegetation_drag_2d
VegetationDrag2D
Windshielding
windshielding_1d
Windshielding1D
SurfaceParameter
surface_parameters
SurfaceParameters
Lateral1d
lateral_1d
Lateral1D
VegetationDrag
vegetation_drag_2d
VegetationDrag2D
The text was updated successfully, but these errors were encountered: