Problem with update from 8.12.6 to 9.4

Hello!
I have omnibus instance installed via official repository. Today I Updated following the offical guide, but after upgrade I have problem:

Started POST “/ci/api/v1/builds/register.json” for 127.0.0.1 at 2017-07-25 22:10:26 +0300

ActiveRecord::StatementInvalid (PG::UndefinedColumn: ERROR: column projects.builds_enabled does not exist
LINE 1: … $2 AND “ci_runner_projects”.“runner_id” = $3 AND “projects”…
^
: SELECT “ci_builds”.* FROM “ci_builds” WHERE “ci_builds”.“type” IN (‘Ci::Build’) AND “ci_builds”.“status” = $1 AND “ci_builds”.“runner_id” IS NULL AND “ci_builds”.“gl_project_id” IN (SELECT “projects”.“id” FROM “projects” INNER JOIN “ci_runner_projects” ON “projects”.“id” = “ci_runner_projects”.“gl_project_id” WHERE “projects”.“pending_delete” = $2 AND “ci_runner_projects”.“runner_id” = $3 AND “projects”.“builds_enabled” = ‘t’ ORDER BY “projects”.“id” DESC) ORDER BY created_at ASC):
/home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.7/lib/active_record/connection_adapters/postgresql_adapter.rb:637:in prepare’
/home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.7/lib/active_record/connection_adapters/postgresql_adapter.rb:637:inprepare_statement’

All migrations status is OK!

have you ever this problems or not? Please help me. Thank you so much.

My actual version softwate before upgrades:
GitLab 8.12.6
GitLab Shell 3.6.1
GitLab Workhorse 0.8.2
GitLab API v3
Git 2.7.4
Ruby 2.3.1p112
Rails 4.2.7.1
PostgreSQL 9.4.8

Hey Guys! Could you help me , please ?