Skip to content

Commit

Permalink
Revert "Fix: Alter AI Tutor interaction feedbacks (#57943)" (#57948)
Browse files Browse the repository at this point in the history
This reverts commit 86e88af.
  • Loading branch information
ebeastlake committed Apr 10, 2024
1 parent 86e88af commit 038ff65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions dashboard/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.define(version: 2024_04_10_223703) do
ActiveRecord::Schema.define(version: 2024_04_03_074309) do

create_table "activities", id: :integer, charset: "utf8mb3", collation: "utf8mb3_unicode_ci", force: :cascade do |t|
t.integer "user_id"
Expand Down Expand Up @@ -41,7 +41,7 @@

create_table "ai_tutor_interaction_feedbacks", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.bigint "ai_tutor_interaction_id", null: false
t.integer "user_id", null: false
t.bigint "user_id", null: false
t.boolean "thumbs_up"
t.boolean "thumbs_down"
t.datetime "created_at", precision: 6, null: false
Expand Down

0 comments on commit 038ff65

Please sign in to comment.