2 changed files with 8 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
class AddColumnsToSalesLog < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :sales_logs, :buy2living, :integer |
||||||
|
add_column :sales_logs, :prevtenbuy2, :integer |
||||||
|
end |
||||||
|
end |
||||||
Loading…
Reference in new issue