Преглед изворни кода

Racenet should not update venue name

Foppe Hemminga пре 6 година
родитељ
комит
691864eefd
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      races.py

+ 0 - 1
races.py

@@ -11,7 +11,6 @@ query = """
     VALUES (%s, %s, %s, %s, %s, %s)
     ON CONFLICT (utctime) DO UPDATE SET
         race_date = excluded.race_date,
-        venue = excluded.venue,
         race = excluded.race,
         start_time = excluded.start_time,
         state = excluded.state