mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +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
|