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
b4f37350a9
taskcafe
/
migrations
/
0065_add-public_on-to-project.up.sql
2 lines
54 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: projects can be set to public
2021-05-01 05:55:37 +02:00
ALTER
TABLE
project
ADD
COLUMN
public_on
timestamptz
;
Reference in New Issue
Copy Permalink