Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.topic: how-to

The following sections contain links to SQL scripts for configuring your database and the corresponding ADO.NET invariant used to configure ADO.NET providers in Orleans. Customize these scripts as needed for your deployment. Before executing scripts for Clustering, Persistence, or Reminders, you need to create the main tables using the Main scripts.

If you are upgrading an existing ADO.NET schema, also apply the appropriate migration scripts for the providers you use:
If you are upgrading an existing ADO.NET schema, or if your setup fails with an error such as `System.ArgumentException: Not all required queries found`, also apply the appropriate migration scripts for the providers you use. These scripts bring the schema and stored queries up to date:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you are upgrading an existing ADO.NET schema, or if your setup fails with an error such as `System.ArgumentException: Not all required queries found`, also apply the appropriate migration scripts for the providers you use. These scripts bring the schema and stored queries up to date:
If you're upgrading an existing ADO.NET schema, or if your setup fails with an error such as "System.ArgumentException: Not all required queries found", also apply the appropriate migration scripts for the providers you use. These scripts bring the schema and stored queries up to date:


- [Clustering migrations](https://github.com/dotnet/orleans/tree/main/src/AdoNet/Orleans.Clustering.AdoNet/Migrations)
- [Persistence migrations](https://github.com/dotnet/orleans/tree/main/src/AdoNet/Orleans.Persistence.AdoNet/Migrations)
Expand Down
Loading