1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-11-21 01:39:45 +00:00

Add v0.7.4 upgrade notes

This commit is contained in:
Carsten Larsen
2016-09-11 18:06:15 +02:00
parent 0943dc6ea1
commit 7959dee0dd

7
docs/upgrade-notes-0.7.4 Normal file
View File

@ -0,0 +1,7 @@
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.