feat: projects can be set to public
This commit is contained in:
1
migrations/0065_add-public_on-to-project.up.sql
Normal file
1
migrations/0065_add-public_on-to-project.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE project ADD COLUMN public_on timestamptz;
|
Reference in New Issue
Block a user