You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Proposed Changes
*
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions
Copy file name to clipboardExpand all lines: service/policy/db/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ Migration checklist:
29
29
30
30
Historically, queries have been written in Go with [squirrel](https://github.com/Masterminds/squirrel).
31
31
32
-
However, the path going forward is to migrate existing queries and write all new queries directly in SQL (see [./query.sql](./query.sql)),
32
+
However, the path going forward is to migrate existing queries and write all new queries directly in SQL (see [./queries](./queries)),
33
33
and generate the Go type-safe functions to execute each query with the helpful tool [sqlc](https://github.com/sqlc-dev/sqlc).
34
34
35
-
To generate the Go code when you've added or updated a SQL query in `query.sql`, [install sqlc](https://docs.sqlc.dev/en/latest/overview/install.html),
35
+
To generate the Go code when you've added or updated a SQL query, [install sqlc](https://docs.sqlc.dev/en/latest/overview/install.html),
0 commit comments