add models for Project, Task, Note, Category

This commit is contained in:
2025-06-11 19:56:30 +02:00
parent 2a458f74d6
commit 9906b291f1
29 changed files with 345 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ postgres=# ALTER USER <username> CREATEDB;
```
6. `rails db:migrate`, then create a new org:
`rails tenant:create['Demo Corp','demo']` and `rails tenant:migrate`
```sh
rails tenant:create[name,subdomain] # Create a new tenant (organization)