I have followed openproject.org
and installed with latest version 12
. But I want to check some feature in version 10
. So I tried removing by sudo apt-get remove openproject
and reinstalled with 10. While configure it getting an error like,
ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "updated_on" does not exist
LINE 1: SELECT MAX(updated_on) FROM "settings"
Not sure why this error is throwing. So I thought to remove openproject again completely. Please confirm the above command is enough to do this or anything else I need to do.