1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/resources/sql/autopatches/20141006.phortunecart.sql
epriestley 0beb8228da Give applications control over Phortune cart logic
Summary: Ref T2787. Similar to D10634, give applications more control over the cart workflow. For now this just means they get to pick exit URIs, but in the future they can manage more details of cart behavior.

Test Plan: Funded an initiative and got returned to the initiative instead of dead-ending in Phortune.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2787

Differential Revision: https://secure.phabricator.com/D10638
2014-10-06 14:19:08 -07:00

4 lines
157 B
SQL

TRUNCATE TABLE {$NAMESPACE}_phortune.phortune_cart;
ALTER TABLE {$NAMESPACE}_phortune.phortune_cart
ADD cartClass VARCHAR(128) NOT NULL COLLATE utf8_bin;