Skip to content

Commit

Permalink
closes issue #303 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocamargo committed Apr 2, 2022
1 parent 380a3e0 commit 95ad1d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE TABLE if not exists links (ogc_fid INTEGER PRIMARY KEY,
distance NUMERIC,
modes TEXT NOT NULL,
link_type TEXT REFERENCES link_types(link_type) ON update RESTRICT ON delete RESTRICT,
'name' NUMERIC,
'name' TEXT,
speed_ab NUMERIC,
speed_ba NUMERIC,
capacity_ab NUMERIC,
Expand Down

0 comments on commit 95ad1d1

Please sign in to comment.