Add schema link to CONTRIBUTING

This commit is contained in:
Albert Armea 2025-12-31 15:35:41 -05:00 committed by GitHub
parent 93260c6bde
commit 91e1547902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,8 @@ SHEPHERD_MOCK_TIME="2025-12-25 15:30:00" ./run-dev
Time and activity history are maintained in a SQLite database, which
`./run-dev` places at `./dev-runtime/data/shepherdd.db`. Edit this database
using a tool like [DB Browser for SQLite](https://sqlitebrowser.org/) while the
service is not running to inject application usage. [TODO: Link to schema docs]
service is not running to inject application usage. The schema is defined in
the [shepherd-store crate](./crates/shepherd-store/).
### Testing and linting