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.14.2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.15.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.15.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.15.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.0.rc3 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.0.rc1.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.14.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.13.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.13.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.12.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.13.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.12.0 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.12.0.rc3 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.12.0.rc2 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.12.0.rc1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.11.1 db/migrate/20211115215210_drop_ostree_branches.rb
katello-4.11.0 db/migrate/20211115215210_drop_ostree_branches.rb