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