Please add ALTER TABLE ART_QUERIES ADD MODIFY_PASSWORD VARCHAR(100); to 3.0.1_to_3.1.0.sql
It turns out that statement already exists in that file. Perhaps the "MODIFY" part was replaced if you did a find and replace for "MODIFY"?
OK, thanks.
Log in to post a comment.
Please add
ALTER TABLE ART_QUERIES ADD MODIFY_PASSWORD VARCHAR(100);
to
3.0.1_to_3.1.0.sql
It turns out that statement already exists in that file. Perhaps the "MODIFY" part was replaced if you did a find and replace for "MODIFY"?
OK, thanks.