This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
0.22.2
- 🐛 Fixed index-on-expressions sql statement generation if the expression contains a
,
. This should fix problems fortsvector
indexes, such as:
titleSearchIndex: index('title_search_index').using('gin', sql`to_tsvector('english', ${table.title})`)