Skip to content

Commit 0f59623

Browse files
authored
Merge branch 'main' into fix-telemetry
2 parents bf7bf2f + 8502bea commit 0f59623

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions"
4+
}

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/model/CodeModernizerSessionContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const val INVALID_SUFFIX_SHA = "sha1"
5858
const val INVALID_SUFFIX_REPOSITORIES = "repositories"
5959
const val ORACLE_DB = "ORACLE"
6060
const val AURORA_DB = "AURORA_POSTGRESQL"
61-
const val RDS_DB = "RDS_POSTGRESQL"
61+
const val RDS_DB = "POSTGRESQL"
6262
data class CodeModernizerSessionContext(
6363
val project: Project,
6464
var configurationFile: VirtualFile? = null, // used to ZIP module

0 commit comments

Comments
 (0)