Skip to content

Commit d8daabd

Browse files
committed
Fix typo
1 parent 639bcd6 commit d8daabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/all_tables.dbml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Table statistic_to_attribute_junction {
122122
attribute_id integer [ref: > attribute.id]
123123
}
124124

125-
Table physical_expression_to_statistics_junction {
125+
Table physical_expression_to_statistic_junction {
126126
physical_expression_id integer [ref: > physical_expression.id]
127127
statistic_id integer [ref: > statistic.id]
128128
}

0 commit comments

Comments
 (0)