Describe the bug
node-pg-migrate is missing an option to create indexes with storage parameters using the "WITH" clause, see "Index Storage Parameters" in docs: https://www.postgresql.org/docs/current/sql-createindex.html
I've tried to use pgm.sql to create the index manually, but indexes can't be created in transactions.
Steps to reproduce
No response
Logs
No response
System Info
Describe the bug
node-pg-migrate is missing an option to create indexes with storage parameters using the "WITH" clause, see "Index Storage Parameters" in docs: https://www.postgresql.org/docs/current/sql-createindex.html
I've tried to use
pgm.sqlto create the index manually, but indexes can't be created in transactions.Steps to reproduce
No response
Logs
No response
System Info