Sha256: 85d24e7918822635882dc24ecfed77d1abe48bfc4086b6b221093c7fb486e62a

Contents?: true

Size: 379 Bytes

Versions: 71

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

71 entries across 71 versions & 1 rubygems

Version Path
katello-4.11.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.11.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.10.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.9.2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.10.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.10.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.4 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.9.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.3 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.9.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.7.6 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.9.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.9.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.7.5 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.7.4 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.8.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb