Commit 137a1c3
committed
fix: resolve ambiguous column reference in get_user_storage_quota
The function was failing when no user_storage_quotas record existed
because the column names in the SELECT conflicted with the variable
names. Added table alias 'st' to disambiguate.1 parent fc558c2 commit 137a1c3
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments