summaryrefslogtreecommitdiff
path: root/db
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
parent93cafdb45d6671ab9693e49f2224119d36e8a210 (diff)
downloadgitlab-ce-6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4.tar.gz
Rename knative domainname field to hostname and fix changelog entry
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20180912111628_add_knative_application.rb2
-rw-r--r--db/schema.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/migrate/20180912111628_add_knative_application.rb b/db/migrate/20180912111628_add_knative_application.rb
index aa3ddf84b1c..d80da02e26d 100644
--- a/db/migrate/20180912111628_add_knative_application.rb
+++ b/db/migrate/20180912111628_add_knative_application.rb
@@ -35,7 +35,7 @@ class AddKnativeApplication < ActiveRecord::Migration
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
end
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