mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
ae281301ca
Summary: Implements T8734 Test Plan: Verify that countdowns can have spaces associated with them. Verify that non-default spaces are displayed in the header of the countdowns in the result of the query. Reviewers: lpriestley, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13634
2 lines
74 B
SQL
2 lines
74 B
SQL
ALTER TABLE {$NAMESPACE}_countdown.countdown
|
|
ADD spacePHID VARBINARY(64);
|