Sha256: 868683027064653dd298f3a56df9d534dc42726bc42fe185799f39daa221b3d3
Contents?: true
Size: 386 Bytes
Versions: 44
Compression:
Stored size: 386 Bytes
Contents
class CreateContentViewErratumFilterRules < ActiveRecord::Migration 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
44 entries across 44 versions & 1 rubygems