ntpa/docs/upgrade-notes-0.7.4

8 lines
314 B
Groff

If you are experiencing errors while trying to upgrade the database schema, try to remove new columns with:
ALTER TABLE hostIoReading DROP COLUMN zone;
ALTER TABLE hostReading DROP COLUMN zone;
ALTER TABLE peerReading DROP COLUMN zone;
ALTER TABLE peerActivity DROP COLUMN zone;
and run the upgrade script again.