mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
5 lines
142 B
Ruby
5 lines
142 B
Ruby
class RemovePricePriceCentsDefault < ActiveRecord::Migration[6.0]
|
|
def change
|
|
change_column_default :prices, :price_cents, nil
|
|
end
|
|
end
|