Sha256: 508d93425e71b0e43471df9347b467c37d2f6e18bffc104427294da2568a52b4
Contents?: true
Size: 350 Bytes
Versions: 112
Compression:
Stored size: 350 Bytes
Contents
class CreateRecurringLogic < ActiveRecord::Migration[4.2] 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
112 entries across 112 versions & 1 rubygems