Sha256: 1a9eae93d48ffbd3583692d9270016882fc404d3638eec33620e7596ec1254e4

Contents?: true

Size: 348 Bytes

Versions: 51

Compression:

Stored size: 348 Bytes

Contents

class CreateTaskOutput < ActiveRecord::Migration[5.2]
  def change
    create_table :task_output_lines do |t|
      t.string :label
      t.string :line
      t.timestamps

      t.index :label
    end

    create_table :task_output_statuses do |t|
      t.string :label
      t.string :status

      t.index :label, unique: true
    end
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
foreman_rh_cloud-10.0.3 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.3 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.59 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.2 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.1 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-11.0.0 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.58 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.2 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.57 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-10.0.1 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.56 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.55 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.54 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.53 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.52 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.52 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-9.0.51 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-8.0.51 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-7.0.48 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb
foreman_rh_cloud-7.0.47 db/migrate/20211027000001_create_task_output.foreman_rh_cloud.rb