fixed 审批utf8mb4

This commit is contained in:
xxq250 2023-05-18 09:32:36 +08:00
parent bea6442a1c
commit ee62c394fc
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddForgeAppliedMessageUtf8mb4 < ActiveRecord::Migration[5.2]
def change
execute("ALTER TABLE `forge_applied_messages` MODIFY `name` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
end
end