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