Release V7_0_3 mergeback (#6249)
* added docs for 7.0.3 * mergeback rel_7_0_3 * spotless fix * changelog update for 6099 - Use lockless mode when adding index on Azure Sql server
This commit is contained in:
parent
049c28d3e6
commit
18293eba89
|
@ -151,6 +151,7 @@ public enum VersionEnum {
|
|||
V7_0_0,
|
||||
V7_0_1,
|
||||
V7_0_2,
|
||||
V7_0_3,
|
||||
|
||||
V7_1_0,
|
||||
V7_2_0,
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2024-03-20"
|
||||
codename: "Zed"
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2024-08-24"
|
||||
codename: "Zed"
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
type: perf
|
||||
issue: 6099
|
||||
backport: 7.0.3,7.2.2
|
||||
title: "Database migrations that add or drop an index no longer lock tables when running on Azure Sql Server."
|
||||
|
|
Loading…
Reference in New Issue