5 changed files with 12 additions and 6 deletions
@ -0,0 +1,6 @@
|
||||
class AllowDecimalStairboughtAndStairowned < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_column :sales_logs, :stairbought, :decimal |
||||
change_column :sales_logs, :stairowned, :decimal |
||||
end |
||||
end |
Loading…
Reference in new issue