Sha256: bcbfeaf7f28ce57e2bb3e3e67c8f9c71af882a662e8aa3c810ce5091968abe6a
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems