The ON CONFLICT clause uses (date, country_code) but the table had UNIQUE(date, country_code, city). Changed to UNIQUE(date, country_code). |
||
|---|---|---|
| .. | ||
| 002-listener-statistics.sql | ||
| 003-timestamp-consistency.sql | ||
The ON CONFLICT clause uses (date, country_code) but the table had UNIQUE(date, country_code, city). Changed to UNIQUE(date, country_code). |
||
|---|---|---|
| .. | ||
| 002-listener-statistics.sql | ||
| 003-timestamp-consistency.sql | ||