Skip to content

Commit

Permalink
added missing end
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingofikings441 committed Oct 28, 2024
1 parent 18bd787 commit 4176b81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
# migrations from scratch. Old migrations may fail to apply correctly if those
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.

# It's strongly recommended that you check this file into your version control syste

ActiveRecord::Schema[7.2].define(version: 20_241_023_233_115) do
create_table 'courses', force: :cascade do |t|
Expand Down Expand Up @@ -39,7 +38,7 @@
t.datetime 'created_at', null: false
t.datetime 'updated_at', null: false
t.index ['schedule_id'], name: 'index_instructors_on_schedule_id'

end

create_table 'rooms', force: :cascade do |t|
t.integer 'campus'
Expand Down

0 comments on commit 4176b81

Please sign in to comment.