From a0ebd5bec519936fd7b6d868dd87f545e6ac9b66 Mon Sep 17 00:00:00 2001 From: ThommyH Date: Wed, 4 Oct 2017 11:50:57 +0200 Subject: [PATCH] Update schema.rb --- db/schema.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 35042622..896ffbd3 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -99,14 +99,14 @@ ActiveRecord::Schema.define(version: 20171002131135) do create_table "exercises", force: :cascade do |t| t.text "description" t.integer "execution_environment_id" - t.string "title", limit: 255 + t.string "title", limit: 255 t.datetime "created_at" t.datetime "updated_at" t.integer "user_id" t.text "instructions" t.boolean "public" - t.string "user_type", limit: 255 - t.string "token", limit: 255 + t.string "user_type", limit: 255 + t.string "token", limit: 255 t.boolean "hide_file_tree" t.boolean "allow_file_creation" t.boolean "allow_auto_completion", default: false