mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
8 lines
314 B
Groff
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.
|