Report hasn't been filed before.
What version of drizzle-orm are you using?
v1.0.0-beta.6
What version of drizzle-kit are you using?
v1.0.0-beta.6
Other packages
v1.0.0-beta.6
Describe the Bug
after pull
index("book_author_id").using("btree", table.author_id.asc().nullsLast()).with(deduplicate_items=true),
index("book_title_search").using("pgroonga", table.title.asc().nullsLast()),
index("created_at").using("brin", table.created_at.asc().nullsLast()).with(autosummarize=false),
deduplicate_items and autosummarize are not correct sql here
Report hasn't been filed before.
What version of
drizzle-ormare you using?v1.0.0-beta.6
What version of
drizzle-kitare you using?v1.0.0-beta.6
Other packages
v1.0.0-beta.6
Describe the Bug
after pull
deduplicate_items and autosummarize are not correct sql here