Skip to content

Commit

Permalink
Add collation for project_members to db/schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nathan committed Feb 10, 2024
1 parent f27959e commit 6facacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
t.integer "project_id", null: false
end

create_table "project_members", charset: "utf8mb3", force: :cascade do |t|
create_table "project_members", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
t.integer "project_id"
t.integer "user_id"
t.datetime "created_at", null: false
Expand Down

0 comments on commit 6facacb

Please sign in to comment.