Commit fd414c3
committed
Add OverrideIndex property to SignalStreckenZuordnung table.
This migration adds a new "OverrideIndex" column to the "SignalStreckenZuordnung" table, allowing for manual ordering of signals within a track configuration. The column is nullable and stores an integer value representing the override index. This enables more flexible control over signal placement beyond the default sorting logic.1 parent af3b773 commit fd414c3
File tree
11 files changed
+1058
-2
lines changed- Streckenbuch.Client/Components/Dialogs
- Streckenbuch.Server
- Data
- Entities/Signale
- Migrations
- Repositories
- Models
- Services
11 files changed
+1058
-2
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
0 commit comments