Commit c154df5
committed
[Pg-kit]: Fix functional index generation in pull
Fixed a bug where `drizzle-kit pull` generated incorrect TypeScript for functional/computed indexes.
The generator was incorrectly using the boolean `isExpression` property instead of the `value` property when creating the `sql` template literal, resulting in `sql`true`` in the output.
Fixes #52241 parent 42c284e commit c154df5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
0 commit comments