mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
5 lines
137 B
Ruby
5 lines
137 B
Ruby
class RemovePricePriceCentsDefault < ActiveRecord::Migration
|
|
def change
|
|
change_column_default :prices, :price_cents, nil
|
|
end
|
|
end
|