update migration

This commit is contained in:
Karol
2019-10-08 18:44:30 +02:00
parent 7b2f61e602
commit 45ceacd34b
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ ActiveRecord::Schema.define(version: 2019_10_08_163045) do
t.integer "expected_difficulty", default: 1
t.uuid "uuid"
t.string "import_checksum"
t.boolean "unpublished"
t.boolean "unpublished", default: false
t.index ["id"], name: "index_exercises_on_id"
end