mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
修改commit_log message类型
This commit is contained in:
5
db/migrate/20230417141788_update_commit_log_message.rb
Normal file
5
db/migrate/20230417141788_update_commit_log_message.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class UpdateCommitLogMessage < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
execute("ALTER TABLE `commit_logs` MODIFY `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user