This website requires JavaScript.
Explore
Help
Sign In
Yadciel
/
taskcafe
Watch
1
Star
0
Fork
0
You've already forked taskcafe
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0d00fc7518
taskcafe
/
migrations
/
0054_remove-team-not-null-constraint-projects.up.sql
2 lines
56 B
MySQL
Raw
Normal View
History
Unescape
Escape
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-20 03:20:36 +02:00
ALTER
TABLE
project
ALTER
COLUMN
team_id
DROP
NOT
NULL
;
Reference in New Issue
Copy Permalink