4277b7b2a8
personal projects are projects that have no team. they can only seen by the project members (one of which is whoever first creates the project).
2 lines
56 B
SQL
2 lines
56 B
SQL
ALTER TABLE project ALTER COLUMN team_id DROP NOT NULL;
|