Sidekiq job failed with a PG::Error: ERROR: column does not exist
Created by: zedtux
Hello gitlab,
I am using the stable version 5-3 with postgresql (8.2.4). Everything was fine: inviting people and creating projects but suddenly I got the following in sidekiq:
Error Class ActiveRecord::StatementInvalid
Error Message PG::Error: ERROR: column users_projects.1 does not exist LINE 1: ... "users_projects".* FROM "users_projects" WHERE "users_pro... ^ : SELECT "users_projects".* FROM "users_projects" WHERE "users_projects"."1" = $1 LIMIT 1
The arguments was the following:
Arguments "---\n- !ruby/class 'Notify'\n- :project_access_granted_email\n- - 2\n"
Do not hesitate to ask for more information if you need.