forgeplus/db/migrate/20211013090556_change_syste...

6 lines
155 B
Ruby

class ChangeSystemNotificationContentColumn < ActiveRecord::Migration[5.2]
def change
change_column :system_notifications, :content, :text
end
end