Skip to content
Snippets Groups Projects
Unverified Commit d52494ef authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix column order for jupyter table in schema.rb

parent ee5179cb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment