Browse Source
Isolating this into a separate commit so it can be cherry picked for any other sales logs work that's necessary.pull/881/head
2 changed files with 6 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddOwnershipSchemeToSalesLog < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :sales_logs, :ownershipsch, :integer |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue