Sha256: 0de1e27b14fe98d199c89cf54b3a3be0a4f5f23b84af31c3d7f2cfd56f21dfec

Contents?: true

Size: 126 Bytes

Versions: 6

Compression:

Stored size: 126 Bytes

Contents

class AddDocumentToOrders < ActiveRecord::Migration
  def change
    add_column :tienda_orders, :document, :integer
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tienda-2.1.3 db/migrate/20150603235417_add_document_to_orders.rb
tienda-2.1.2 db/migrate/20150603235417_add_document_to_orders.rb
tienda-2.1.1 db/migrate/20150603235417_add_document_to_orders.rb
tienda-2.1.0 db/migrate/20150603235417_add_document_to_orders.rb
tienda-2.0.2 db/migrate/20150603235417_add_document_to_orders.rb
tienda-2.0.1 db/migrate/20150603235417_add_document_to_orders.rb