blob: 625cb68d2b9397bf07cf2f429fc2096b54147154 (
plain)
1
2
3
4
5
6
|
When upgrading from 4.1.10 and previous:
This release contains a fix for CVE-2019-10203
Upgrading is not enough you need to manually apply the schema change
ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;
|