Skip to content

Commit 6138398

Browse files
committed
fix: db/schema.rb changes requested to doubtfire-lms#565
1 parent ae9eb7c commit 6138398

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

db/schema.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@
208208
t.index ["user_id"], name: "index_marking_sessions_on_user_id"
209209
end
210210

211+
create_table "notifications", charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|
212+
t.integer "user_id"
213+
t.string "message"
214+
t.datetime "created_at", null: false
215+
t.datetime "updated_at", null: false
216+
end
217+
211218
create_table "overseer_assessments", charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|
212219
t.bigint "task_id", null: false
213220
t.string "submission_timestamp", null: false

0 commit comments

Comments
 (0)