Commit d52494ef authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix column order for jupyter table in schema.rb

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent ee5179cb
......@@ -641,9 +641,9 @@ ActiveRecord::Schema.define(version: 20180529093006) do
t.integer "status", null: false
t.string "version", null: false
t.string "hostname"
t.text "status_reason"
t.datetime_with_timezone "created_at", null: false
t.datetime_with_timezone "updated_at", null: false
t.text "status_reason"
end
create_table "clusters_applications_prometheus", force: :cascade do |t|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment