Sha256: 1f8348ab55d3ca7ecf138d38a23569a242e6d2ec1b9880d3d34c3eea592929f2

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

class AddTotalPriceToPurchaseOrder < ActiveRecord::Migration[7.1]
  def change
    add_column :comee_core_purchase_orders, :total_price, :float, default: 0
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
comee_core-0.2.50 db/migrate/20240328033103_add_total_price_to_purchase_order.rb
comee_core-0.2.49 db/migrate/20240328033103_add_total_price_to_purchase_order.rb
comee_core-0.2.48 db/migrate/20240328033103_add_total_price_to_purchase_order.rb
comee_core-0.2.47 db/migrate/20240328033103_add_total_price_to_purchase_order.rb
comee_core-0.2.46 db/migrate/20240328033103_add_total_price_to_purchase_order.rb