mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
7851b6573f
Summary: Added some change on the project's list view, to show information about active tasks, population, etc. Also modified the "profile view", and added a class "PhabricatorProfileView" to render the profile, both on projects and users. Test Plan: play around the project directory :) Reviewers: epriestley ericfrenkiel CC: Differential Revision: 477
2 lines
No EOL
74 B
SQL
2 lines
No EOL
74 B
SQL
ALTER TABLE phabricator_project.project
|
|
ADD status varchar(32) not null; |