Skip to content

Commit

Permalink
missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Nov 16, 2024
1 parent 23259a2 commit fbd6e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import/openrailwaymap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ local signal_columns = {
{ column = 'ref', type = 'text' },
{ column = 'ref_multiline', type = 'text' },
{ column = 'signal_direction', type = 'text' },
{ column = 'dominant_speed', type = 'real' },
}
for _, tag in ipairs(tag_functions.signal_tags) do
table.insert(signal_columns, { column = tag, type = 'text' })
Expand Down

0 comments on commit fbd6e23

Please sign in to comment.