mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
60466d3bcc
Summary: you can now add, edit, and delete status events. also added a "description" to status events and surface it in the big calendar view on mouse hover. some refactoring changes as well to make validation logic centralized within the storage class. Test Plan: added, edited, deleted. yay. Reviewers: epriestley, vrana Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T407 Differential Revision: https://secure.phabricator.com/D3810
2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE {$NAMESPACE}_user.user_status
|
|
ADD description LONGTEXT NOT NULL COLLATE utf8_bin;
|