diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-03-01 14:54:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-03-01 14:54:48 +0200 |
commit | 1f11fde17fc093f0fb0a06fdea0b26aa0e73105a (patch) | |
tree | 98140bcc71811d1922d8228e0e42c94cc7cee60f /db | |
parent | ba2f8a6c7d691ec0f0178ce688e7a6d750c28d3a (diff) | |
download | gitlab-ce-1f11fde17fc093f0fb0a06fdea0b26aa0e73105a.tar.gz |
Update schema with latest migration
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index 3fb80065ff5..a6ccd9dd907 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20180222043024) do +ActiveRecord::Schema.define(version: 20180301084653) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -1427,7 +1427,7 @@ ActiveRecord::Schema.define(version: 20180222043024) do t.datetime "created_at" t.datetime "updated_at" t.integer "creator_id" - t.integer "namespace_id" + t.integer "namespace_id", null: false t.datetime "last_activity_at" t.string "import_url" t.integer "visibility_level", default: 0, null: false |