Sha256: fe78802061a2399cc2d192898e469dc1d51901ae536a0fbddc71c3f1af3f625f
Contents?: true
Size: 391 Bytes
Versions: 200
Compression:
Stored size: 391 Bytes
Contents
class CreateContentViewErratumFilterRules < ActiveRecord::Migration[4.2] def change create_table :katello_content_view_erratum_filter_rules do |t| t.references :content_view_filter t.string :errata_id, :limit => 255 t.string :start_date, :limit => 255 t.string :end_date, :limit => 255 t.string :types, :limit => 255 t.timestamps end end end
Version data entries
200 entries across 200 versions & 1 rubygems