Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
committerChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
commit6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4 (patch)
treeb2236e897a2fb722fe4236e34521157bc96e613a /db/migrate/20180912111628_add_knative_application.rb
parent93cafdb45d6671ab9693e49f2224119d36e8a210 (diff)
Rename knative domainname field to hostname and fix changelog entry
Diffstat (limited to 'db/migrate/20180912111628_add_knative_application.rb')
-rw-r--r--db/migrate/20180912111628_add_knative_application.rb2
1 files changed, 1 insertions, 1 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