You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sb.AppendLine($"INDEX {this.ScriptHelper.ScriptObjectName(index.Name)} ON {this.ScriptHelper.ScriptObjectName(index.TableSchema,index.TableName)}({string.Join(",",columnList)})");
sb.AppendLine("DROP INDEX idx_address_address2_district_postal_code ON customer_data.address");
532
+
sb.AppendLine("CREATE INDEX idx_address_address2_district_postal_code ON customer_data.address(address, address2) INCLUDE(district, postal_code, phone)");
Copy file name to clipboardExpand all lines: SQLSchemaCompare/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "sqlschemacompare",
3
-
"version": "2024.12.1",
3
+
"version": "2025.3.1",
4
4
"license": "GPL-3.0-only",
5
5
"description": "The Swiss Army Knife of Database Schema Comparison for Microsoft SQL, mySQL and PostgreSQL which runs on Windows, Linux and macOS systems.",
0 commit comments