Skip to content

Commit

Permalink
Fix db sync with keywords table name
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Apr 16, 2024
1 parent d312265 commit fc86dd1
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 @@ -223,7 +223,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 fc86dd1

Please sign in to comment.