PHP & DB errors (user_sota_look & user_show_notes) after git pull #975
-
So I just pulled the repository and was met with two errors after pulling up the webpage:
I figured that new options had been added, so I checked the user profile settings. Sure enough, there is a new SOTA auto look option, and a new "Show notes" option. I thought that re-saving my user config might add those options to my configuration, but no dice. After saving, I get a database error:
should I go in and add the user_sota_lookup column to the users table? Will there be more to this? Where is the DB file? I see in the migrations directory, there are two files: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It seems to me that those have not been called yes. They should normally be called when entering the log. You can add these manually if you want. |
Beta Was this translation helpful? Give feedback.
It seems to me that those have not been called yes. They should normally be called when entering the log.
I have no idea why, but maybe @magicbug have an idea?
You can add these manually if you want.
alter table users add user_sota_lookup integer DEFAULT 0
alter table users adduser_show_notes integer DEFAULT 1