Add schema link to CONTRIBUTING
This commit is contained in:
parent
93260c6bde
commit
91e1547902
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
Time and activity history are maintained in a SQLite database, which
|
||||||
`./run-dev` places at `./dev-runtime/data/shepherdd.db`. Edit this database
|
`./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
|
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
|
### Testing and linting
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue