diff --git a/db/schema.rb b/db/schema.rb index 0d401e3c..ee0c1897 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -30,9 +30,9 @@ t.datetime "created_at", null: false t.datetime "updated_at", null: false t.string "vsphere_root_folder", default: "" - t.string "puppet_init_path", default: "/" - t.string "puppet_classes_path", default: "/Name" - t.string "puppet_nodes_path", default: "/Node" + t.string "puppet_init_path" + t.string "puppet_classes_path" + t.string "puppet_nodes_path" t.integer "min_cpu_cores" t.integer "max_cpu_cores" t.integer "max_ram_size" @@ -161,12 +161,12 @@ t.string "current_sign_in_ip" t.string "last_sign_in_ip" t.integer "role" - t.string "provider" - t.string "uid" - t.string "ssh_key" t.string "first_name" t.string "last_name" + t.string "provider" + t.string "uid" t.integer "user_id" + t.string "ssh_key" t.boolean "email_notifications", default: false t.index ["email"], name: "index_users_on_email", unique: true t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true @@ -178,8 +178,6 @@ t.integer "user_id" t.datetime "created_at", null: false t.datetime "updated_at", null: false - t.index ["request_id"], name: "index_users_assigned_to_requests_on_request_id" - t.index ["user_id"], name: "index_users_assigned_to_requests_on_user_id" end create_table "users_virtual_machine_configs", id: false, force: :cascade do |t|