mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-11-21 10:13:00 +00:00
Add v0.7.4 upgrade notes
This commit is contained in:
7
docs/upgrade-notes-0.7.4
Normal file
7
docs/upgrade-notes-0.7.4
Normal 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.
|
||||
Reference in New Issue
Block a user