Skip to content

refactor: move SQL queries to internal/db/queries and update skill workfow#199

Merged
rmyers merged 1 commit into
mainfrom
198-move-queries-to-db-package
Jun 8, 2026
Merged

refactor: move SQL queries to internal/db/queries and update skill workfow#199
rmyers merged 1 commit into
mainfrom
198-move-queries-to-db-package

Conversation

@rmyers

@rmyers rmyers commented Jun 8, 2026

Copy link
Copy Markdown
Member
  • Move 10 SQL query files from db/ to internal/db/queries/
  • Update sqlc.yaml to reference the new path
  • Regenerate SQLC Go code
  • Fix stale reference in .pi/plans/player-boards.md
  • Update github-issues skill with new workflow

Closes: #198

- Move 10 SQL query files from db/ to internal/db/queries/
- Update sqlc.yaml to reference the new path
- Regenerate SQLC Go code
- Fix stale reference in .pi/plans/player-boards.md
- Update github-issues skill with new workflow

Closes: #198
@rmyers rmyers force-pushed the 198-move-queries-to-db-package branch from db4c0e4 to d11fdfb Compare June 8, 2026 13:23
@rmyers rmyers merged commit 552d8cb into main Jun 8, 2026
1 check passed
@rmyers rmyers deleted the 198-move-queries-to-db-package branch June 8, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: move queries to be located in the db package

1 participant