mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
6 lines
134 B
Ruby
6 lines
134 B
Ruby
class AddJournalDetailMsg < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :journal_details, :status_msg, :string
|
|
end
|
|
end
|