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