You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::StatementInvalid (PGError: ERROR: operator does not exist: boolean = integer
LINE 1: ... FROM "gitosis_public_keys" WHERE (1=1 AND (active=1)) AND (...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
: SELECT * FROM "gitosis_public_keys" WHERE (1=1 AND (active=1)) AND ("gitosis_public_keys".user_id = 3) ORDER BY active DESC, created_at DESC):
vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:17:in `index'
The text was updated successfully, but these errors were encountered:
Clicking Public keys under My Account results in
The text was updated successfully, but these errors were encountered: