Skip to content

Commit 5742ccb

Browse files
authored
Merge pull request #6074 from Ian-Fogelman/create-table-rr-fix
Update Create Table RR Files
2 parents 16aa278 + 537b4eb commit 5742ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/preview/railroad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ function GenerateQualifiedTableName(options, tname = "table-name") {
14001400
Keyword(".")
14011401
])
14021402
]),
1403-
Expression("type-name")
1403+
Expression("table-name")
14041404
]);
14051405
}
14061406

js/stable/railroad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ function GenerateQualifiedTableName(options, tname = "table-name") {
14001400
Keyword(".")
14011401
])
14021402
]),
1403-
Expression("type-name")
1403+
Expression("table-name")
14041404
]);
14051405
}
14061406

0 commit comments

Comments
 (0)