We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4b166 commit 05bfd56Copy full SHA for 05bfd56
1 file changed
liquibase/changes/hotfix_missing_header.sql
@@ -6,7 +6,7 @@ SELECT
6
f.stable_id,
7
'feed_download',
8
'http_headers',
9
- '{"Accept": "*/*", "Referer": "https://opendata.samtrafiken.se/gtfs/vastexp/vastexp.zip", "User-Agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", "Accept-Encoding": "gzip"}'::jsonb,
+ '{"Accept": "*/*", "User-Agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36", "Accept-Encoding": "gzip"}'::jsonb,
10
now()
11
FROM feed f
12
WHERE f.stable_id IN (
0 commit comments