summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2018-10-30 14:12:10 -0700
committerChris Baumbauer <cab@cabnetworks.net>2018-10-30 14:12:10 -0700
commit6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4 (patch)
treeb2236e897a2fb722fe4236e34521157bc96e613a /db/schema.rb
parent93cafdb45d6671ab9693e49f2224119d36e8a210 (diff)
downloadgitlab-ce-6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4.tar.gz
Rename knative domainname field to hostname and fix changelog entry
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f695e70339d..7ef3d1941b2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -674,7 +674,7 @@ ActiveRecord::Schema.define(version: 20181013005024) do
t.datetime_with_timezone "updated_at", null: false
t.integer "status", null: false
t.string "version", null: false
- t.string "domainname", null: false
+ t.string "hostname", null: false
t.text "status_reason"
end