mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
parent
8ad924cf59
commit
31f39d92b2
2 changed files with 7 additions and 1 deletions
5
db/migrate/20170506144743_remove_price_desc.rb
Normal file
5
db/migrate/20170506144743_remove_price_desc.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemovePriceDesc < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :prices, :desc, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue