Compare commits

..

3 commits

Author SHA1 Message Date
Maximilian Bosch f6fdb9bb45
Get dev environment working again
* justfile, inspired from Lix.
* let foreman use the stuff from outputs, similar to what Lix does>
* mess around with PERL5LIB[1] and PATH to get tests running locally.

[1] I don't really know how `Setup` was found before tbh.
2024-08-17 22:23:08 +02:00
Maximilian Bosch 8d5b1b318b
Add direnv & PLS to the dev setup 2024-08-17 22:23:08 +02:00
Maximilian Bosch c703481cce
Add 'private' flag to projects to display project & all associated things for authenticated users only 2024-08-17 22:23:07 +02:00

View file

@ -1,2 +0,0 @@
alter table Projects
add column private integer not null default 0;