phorge/resources/sql/autopatches/20161029.phortune.invoice.1.sql
Chad Little 5fd79479ec Add a basic invoice view for printing to Phortune
Summary: Makes a more complete PDF looking invoice form for printing in Phortune.

Test Plan: Make an invoice, click print view, print.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16762
2016-10-29 17:46:47 -07:00

6 lines
234 B
SQL

ALTER TABLE {$NAMESPACE}_phortune.phortune_merchant
ADD invoiceEmail VARCHAR(255) COLLATE {$COLLATE_TEXT} NOT NULL;
ALTER TABLE {$NAMESPACE}_phortune.phortune_merchant
ADD invoiceFooter LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL;