Sha256: 22103842ec609399e8fea50abfb2b9d32463171b2e3a64af65b47505d93bb34f

Contents?: true

Size: 376 Bytes

Versions: 186

Compression:

Stored size: 376 Bytes

Contents

class DropRepoModuleStreamsTimestampNotNull < ActiveRecord::Migration[5.2]
  def change
    change_column :katello_repository_module_streams, :created_at, :datetime, :null => true
    change_column :katello_repository_module_streams, :updated_at, :datetime, :null => true
    change_column :katello_repository_module_streams, :repository_id, :integer, :null => true
  end
end

Version data entries

186 entries across 186 versions & 1 rubygems

Version Path
katello-4.16.0 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.15.1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.16.0.rc2 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.16.0.rc1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.3 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.2 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.15.0 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.15.0.rc2 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.15.0.rc1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.0 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.0.rc3 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.0.rc2 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.0.rc1.1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.14.0.rc1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.13.1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.13.0 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.12.1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.13.0.rc1 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb
katello-4.12.0 db/migrate/20180920123913_drop_repo_module_streams_timestamp_not_null.rb