small refactoring

This commit is contained in:
Karol
2019-09-05 17:41:02 +02:00
parent 973cc43f4c
commit a7f2d7da34
5 changed files with 7 additions and 11 deletions

View File

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2019_08_30_142809) do
ActiveRecord::Schema.define(version: 2019_09_05_152630) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -154,6 +154,7 @@ ActiveRecord::Schema.define(version: 2019_08_30_142809) do
t.boolean "allow_auto_completion", default: false
t.integer "expected_difficulty", default: 1
t.uuid "uuid"
t.string "import_checksum"
t.index ["id"], name: "index_exercises_on_id"
end