Skip to content
Snippets Groups Projects
Commit b1507fdd authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent aed56932
No related branches found
No related tags found
No related merge requests found
class ChangeDefaultTheme < ActiveRecord::Migration[7.0]
def change
change_column :users, :admin_theme, :integer, default: 1
change_column_default(:users, :admin_theme, from: 0, to: 1)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment