taskcafe/migrations/0054_remove-team-not-null-constraint-projects.up.sql
Jordan Knott 4277b7b2a8 feat: add personal projects
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).
2020-09-19 20:23:16 -05:00

2 lines
56 B
SQL

ALTER TABLE project ALTER COLUMN team_id DROP NOT NULL;