Sha256: 37187d626eda68e393311e9c6615f735bb12c81b7d09879cd3b186f457b26e05
Contents?: true
Size: 364 Bytes
Versions: 3
Compression:
Stored size: 364 Bytes
Contents
# This migration comes from invoice_bar (originally 20160805214217) class AddNoteToDocuments < ActiveRecord::Migration def change add_column :invoice_bar_invoices, :note, :text add_column :invoice_bar_receipts, :note, :text add_column :invoice_bar_invoice_templates, :note, :text add_column :invoice_bar_receipt_templates, :note, :text end end
Version data entries
3 entries across 3 versions & 1 rubygems