docs: SQL Server Stored Procedures are in beta.

We missed this change in the documentation.

They'll be in GA soon.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10046
GitOrigin-RevId: 6e27926ce03c4805af07809326a8db65466dac22
This commit is contained in:
Samir Talwar 2023-08-03 17:25:18 +02:00 committed by hasura-bot
parent c4ddb0e1f5
commit 39686bd4ab

View File

@ -9,7 +9,7 @@ keywords:
- schema
- logical models
- stored procedures
sidebar_class_name: alpha-tag
sidebar_class_name: beta-tag
---
import ProductBadge from '@site/src/components/ProductBadge';
@ -21,7 +21,7 @@ import Thumbnail from '@site/src/components/Thumbnail';
<div className="badge-container">
<ProductBadge standard pro ee self />
<div className="badge badge-gray heading-badge">Alpha</div>
<div className="badge badge-gray heading-badge">Beta</div>
</div>
## What are stored procedures?