Skip to content

Commit

Permalink
Fix: Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Mar 3, 2024
1 parent 4338c1a commit 728a18f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ class AddCounterCultureToUsers < ActiveRecord::Migration[7.0]
def change
add_column :users, :charts_count, :integer, default: 0, null: false

Chart.counter_culture_fix_counts
# Chart.counter_culture_fix_counts
end
end

0 comments on commit 728a18f

Please sign in to comment.