Sha256: 85d24e7918822635882dc24ecfed77d1abe48bfc4086b6b221093c7fb486e62a

Contents?: true

Size: 379 Bytes

Versions: 72

Compression:

Stored size: 379 Bytes

Contents

class DropOstreeBranches < ActiveRecord::Migration[6.0]
  def up
    drop_table :katello_repository_ostree_branches
    drop_table :katello_ostree_branches

    remove_column :katello_root_repositories, :ostree_upstream_sync_policy
    remove_column :katello_root_repositories, :ostree_upstream_sync_depth
  end

  def down
    fail ActiveRecord::IrreversibleMigration
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
katello-4.5.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.4.0.2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.4.0.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.4.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.4.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.4.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.0.rc4 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.0.rc3 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.0.rc2.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.3.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb