From 839a14cc2bdcdeacc6d389e132d8003448fe9449 Mon Sep 17 00:00:00 2001 From: Adarsh Ramakrishna <69494124+adarsh6980@users.noreply.github.com> Date: Thu, 24 Sep 2026 12:31:04 +0100 Subject: [PATCH] Clarify when to apply Orleans ADO.NET migration scripts Clarified migration script instructions for ADO.NET schema upgrades. --- docs/orleans/host/configuration-guide/adonet-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orleans/host/configuration-guide/adonet-configuration.md b/docs/orleans/host/configuration-guide/adonet-configuration.md index d0ac1db87b089..e19342f20d327 100644 --- a/docs/orleans/host/configuration-guide/adonet-configuration.md +++ b/docs/orleans/host/configuration-guide/adonet-configuration.md @@ -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: - [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)