Sha256: 7b8503d8b30a6a4268ed356c8dd98591955cfbeab983e63d198c7c2e79c70715
Contents?: true
Size: 345 Bytes
Versions: 37
Compression:
Stored size: 345 Bytes
Contents
class CreateRecurringLogic < ActiveRecord::Migration def change create_table :foreman_tasks_recurring_logics do |t| t.string :cron_line, :null => false t.datetime :end_time t.integer :max_iteration t.integer :iteration, :default => 0 t.integer :task_group_id, :index => true, :null => false end end end
Version data entries
37 entries across 37 versions & 1 rubygems