Skip to content

Commit

Permalink
fix table key word (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 authored Apr 17, 2024
1 parent 9e61d8e commit 81383f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/db-sync/test_db_sync.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ suite("test_db_sync") {
def tableUnique1 = "tbl_common_1_" + UUID.randomUUID().toString().replace("-", "")
def tableAggregate1 = "tbl_aggregate_1_" + UUID.randomUUID().toString().replace("-", "")
def tableDuplicate1 = "tbl_duplicate_1_" + UUID.randomUUID().toString().replace("-", "")
def keywordTableName = "roles"
def keywordTableName = "`roles`"

createUniqueTable(tableUnique1)
createAggergateTable(tableAggregate1)
Expand Down

0 comments on commit 81383f2

Please sign in to comment.