Skip to content

Commit d0a0ea9

Browse files
committed
docs: Update the banner for v1.24.0
1 parent 8eb91c3 commit d0a0ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block breadcrumbs %}
44
{% if show_banner %}
55
<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>
6+
<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>
77
</header>
88
{% endif %}
99
{{ super() }}

0 commit comments

Comments
 (0)