From 6cffbbdfd9b27493c82930c10382bcb84c1136b5 Mon Sep 17 00:00:00 2001 From: martinjw Date: Sun, 28 Apr 2024 14:21:02 +0200 Subject: [PATCH] Version release notes --- DatabaseSchemaReader/DatabaseSchemaReader.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DatabaseSchemaReader/DatabaseSchemaReader.csproj b/DatabaseSchemaReader/DatabaseSchemaReader.csproj index 2e38905b..772cf158 100644 --- a/DatabaseSchemaReader/DatabaseSchemaReader.csproj +++ b/DatabaseSchemaReader/DatabaseSchemaReader.csproj @@ -31,7 +31,7 @@ 2.9.1: Granular batching for indexes fix (#170), user defined types extensions (#171,thanks @whibdev) 2.10.0: Postgresql: support partial indexes (#140) 2.10.1: Postgresql: fix partial indexes generation (#140); sql server UDTs bug (#173) - 2.11.0: SQLite: sqlGeneration of Drop Table If Exists (#179) + 2.11.0: SQLite: sqlGeneration of Drop Table If Exists (#179), multiple constraints on the same related table #184 https://github.com/martinjw/dbschemareader git