Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Aug 16, 2023
1 parent 2c62dbd commit b6d00d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.0].define(version: 2023_08_04_084334) do
ActiveRecord::Schema[7.0].define(version: 2023_08_07_143505) do
create_table "active_storage_attachments", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.string "name", null: false
t.string "record_type", null: false
Expand Down Expand Up @@ -386,6 +386,7 @@
t.boolean "has_test_runner", default: false, null: false
t.integer "num_published_solutions", default: 0, null: false
t.boolean "has_approaches", default: false, null: false
t.integer "representer_version", limit: 2, default: 1, null: false
t.index ["track_id", "uuid"], name: "index_exercises_on_track_id_and_uuid", unique: true
t.index ["track_id"], name: "fk_rails_a796d89c21"
end
Expand Down

0 comments on commit b6d00d0

Please sign in to comment.