Skip to content

Commit

Permalink
drop users.disabled field
Browse files Browse the repository at this point in the history
it exists in Foreman since 2.2 and makes DB migrations fail when
installing Katello ontop of Foreman

Fixes: c4b6d2c or 40ebede
  • Loading branch information
evgeni committed Jan 2, 2024
1 parent a32f1d9 commit 24f1b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/migrate/20131014225132_add_users_fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ def change
add_column :users, :helptips_enabled, :boolean, :default => true
add_column :users, :hidden, :boolean, :default => false, :null => false
add_column :users, :page_size, :integer, :default => 25, :null => false
add_column :users, :disabled, :boolean, :default => false
add_column :users, :preferences, :text
add_column :users, :remote_id, :string, :limit => 255
end
Expand Down

0 comments on commit 24f1b2c

Please sign in to comment.