1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 10:30:56 +00:00
Files
ntpa/docs/upgrade-notes-0.7.4
2016-09-11 18:06:15 +02:00

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.