fixed issue状态已解决增加信息记录

This commit is contained in:
2025-05-15 14:06:22 +08:00
parent ab576fdba5
commit 79863995d6
4 changed files with 15 additions and 2 deletions
@@ -0,0 +1,5 @@
class AddJournalDetailMsg < ActiveRecord::Migration[5.2]
def change
add_column :journal_details, :status_msg, :string
end
end