mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
a69ac888b3
Summary: Part of making this look/feel/be more professional is having decent receipts for billing, including contact information (whatever we want to put in there). I'm not using this anywhere at the moment, but will. Test Plan: Add Contact Info, see Contact Info. Also, why is Remarkup not rendering with line breaks? Seems to be a OneOff thing... anywho... bears! Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T7607 Differential Revision: https://secure.phabricator.com/D14125
2 lines
113 B
SQL
2 lines
113 B
SQL
ALTER TABLE {$NAMESPACE}_phortune.phortune_merchant
|
|
ADD contactInfo LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL;
|