3 changed files with 6 additions and 10 deletions
@ -1,5 +0,0 @@ |
|||||||
class AddAddressSearchToSalesLogs < ActiveRecord::Migration[7.0] |
|
||||||
def change |
|
||||||
add_column :sales_logs, :address_search, :string |
|
||||||
end |
|
||||||
end |
|
@ -1,5 +0,0 @@ |
|||||||
class RemoveAddressSearchFromSalesLogs < ActiveRecord::Migration[7.2] |
|
||||||
def change |
|
||||||
remove_column :sales_logs, :address_search, :string |
|
||||||
end |
|
||||||
end |
|
Loading…
Reference in new issue