diff options
| author | xuatz <xzlow10@gmail.com> | 2025-06-02 04:01:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 20:01:26 +0100 |
| commit | 3afe1e21df6dcc0483e74e0db02d9d82af32ecea (patch) | |
| tree | 32208bf2de6fedae00aaeb4f7ca0d74a816b4764 /docs | |
| parent | 8784c73c112b5b87bcf48670401e3956464ea436 (diff) | |
| download | karakeep-3afe1e21df6dcc0483e74e0db02d9d82af32ecea.tar.zst | |
feat: add user customisable default archive display behaviour (#1505)
* fix typo
* implementation
* bug fix and refactoring
* Use nuqs for searchParam management
* remove the todo about the tests
* fix tests
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/07-Development/03-database.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/docs/07-Development/03-database.md b/docs/docs/07-Development/03-database.md index 5168e00d..a5dee2a9 100644 --- a/docs/docs/07-Development/03-database.md +++ b/docs/docs/07-Development/03-database.md @@ -2,10 +2,9 @@ - The database schema lives in `packages/db/schema.ts`. - Changing the schema, requires a migration. -- You can generate the migration by running `pnpm drizzle-kit generate` in the `packages/db` dir. +- You can generate the migration by running `pnpm run db:generate` in the root dir. - You can then apply the migration by running `pnpm run db:migrate`. - ## Drizzle Studio -You can start the drizzle studio by running `pnpm db:studio` in the root of the repo. +You can start the drizzle studio by running `pnpm run db:studio` in the root of the repo. |
