refactor: consolidate drizzle config files#202
Conversation
- Rename drizzle.config.ts to drizzle.config.sqlite.ts for clarity - Remove duplicate drizzle.config.pg.ts (keeping the more complete drizzle.config.postgres.ts) - Update all references in: - test/setup.ts - CONTRIBUTING.md Note: Workflow files still reference drizzle.config.pg.ts and will need to be manually updated after this PR is merged: - .github/workflows/generate-migrations.yml - .github/workflows/release.yml Fixes #201 Co-authored-by: Matt Cowger <mcowger@users.noreply.github.com>
…d comment out dbCredentials
Review SummaryIssue FoundCONTRIBUTING.md line 48-50: The paragraph "Then commit again with only your schema Suggestion: Move this sentence up to follow line 39 (after the OtherwiseThe changes look correct:
|
|
@claude implement the suggestion: Issue Found Suggestion: Move this sentence up to follow line 39 (after the git reset HEAD command example) so it properly concludes the pre-commit hook section. |
|
Claude finished @mcowger's task in 35s —— View job Done! I've moved the orphaned sentence to its proper place. Changes Made
Tasks
|
This PR consolidates the duplicated PostgreSQL drizzle config files. **Changes:** - Renamed `drizzle.config.ts` → `drizzle.config.sqlite.ts` for clarity - Removed duplicate `drizzle.config.pg.ts` (kept `drizzle.config.postgres.ts` as the canonical PostgreSQL config) - Updated test/setup.ts and CONTRIBUTING.md with new references Fixes #201 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
This PR consolidates the duplicated PostgreSQL drizzle config files.
Changes:
drizzle.config.ts→drizzle.config.sqlite.tsfor claritydrizzle.config.pg.ts(keptdrizzle.config.postgres.tsas the canonical PostgreSQL config)Fixes #201
Generated with Claude Code