Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions drizzle.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion migrations/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- We use a custom migration tool, not drizzle-kit. Never run migrations with drizzle-kit, always use `pnpm db:migrate` or `pnpm db:migrate:test`. See ../scripts/migrate.ts if you need details.
- We use a custom migration runner, not drizzle-kit. The migration format looks like drizzle-kit's but drizzle-kit is not installed. Never run migrations with drizzle-kit, always use `pnpm db:migrate` or `pnpm db:migrate:test`. See ../scripts/migrate.ts if you need details.
- Always add new migrations to meta/\_journal.json. Only migrations in the journal will be run.
- Test new migrations using `pnpm test:integration`
- Read @schema.sql and keep it up to date with `pnpm db:schema`
Loading
Loading