Sha256: 7274676447b398403bf66dc94ba0a01eb5e0d095fcb44c984d57cecd50ece1fa

Contents?: true

Size: 815 Bytes

Versions: 44

Compression:

Stored size: 815 Bytes

Contents

class CreateContentViewPuppetModules < ActiveRecord::Migration
  def change
    create_table :katello_content_view_puppet_modules do |t|
      t.references :content_view
      t.string :name, :limit => 255
      t.string :author, :limit => 255
      t.string :uuid, :limit => 255

      t.timestamps
    end

    add_index :katello_content_view_puppet_modules, :content_view_id
    add_index :katello_content_view_puppet_modules, [:name, :content_view_id], :unique => true, :name => :katello_cv_puppet_modules_name
    add_index :katello_content_view_puppet_modules, [:name, :author, :content_view_id], :unique => true, :name => :katello_cv_puppet_modules_name_author
    add_index :katello_content_view_puppet_modules, [:uuid, :content_view_id], :unique => true, :name => :katello_cv_puppet_modules_uuid
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
katello-3.5.2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.1.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.0.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.0 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.0.rc2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.5.0.rc1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.5 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.4 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.0.2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.0.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.3.2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.0 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.0.rc2 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.4.0.rc1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.3.1.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.3.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb
katello-3.3.0.1 db/migrate/20140206200439_create_content_view_puppet_modules.rb