class AddTaskClassToSystemTasks < ActiveRecord::Migration[7.0]
  def change
    add_column :system_tasks, :task_class, :string
  end
end
