public-transport/gtfs-via-postgres

`valid_default_lang` error with languages like "DE"

Open

#32 opened on Dec 28, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (21 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (141 stars)
PR merge metrics
 (PR metrics pending)

Description

ERROR: new row for relation "feed_info" violates check constraint "valid_default_lang"

Was fixed by changing feed_lang from en to en_US.utf8 but en seems to be used in the example amtrak GTFS and in BART.

Contributor guide