We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb91c3 commit d0a0ea9Copy full SHA for d0a0ea9
docs/_templates/breadcrumbs.html
@@ -3,7 +3,7 @@
3
{% block breadcrumbs %}
4
{% if show_banner %}
5
<header id="banner">
6
- <div>Query analysis, now <a href="https://sqlc.dev/posts/2023/10/24/sqlc-v1-23-0-database-backed-analyzer/">powered by PostgreSQL</a>.</div>
+ <div>Catch unsafe database schema changes <a href="https://sqlc.dev/posts/2023/11/21/sqlc-v1-24-0-verify-schema-changes">before they happen</a>.</div>
7
</header>
8
{% endif %}
9
{{ super() }}
0 commit comments