Skip to content

Commit 7e64d63

Browse files
committed
[DEBUG] fix join direction in dimension-only measures test
1 parent 21ee2b2 commit 7e64d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/sql-generation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ SELECT 1 AS revenue, cast('2024-01-01' AS timestamp) as time UNION ALL
658658
\`,
659659
joins: {
660660
users: {
661-
relationship: 'hasMany',
661+
relationship: 'belongsTo',
662662
sql: \`\${CUBE.user_id} = \${users.user_id}\`
663663
}
664664
},

0 commit comments

Comments
 (0)