strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

Add support for schemas in PG #54

Closed martincapek closed 2 years ago

martincapek commented 2 years ago

Knex does not support schema for PG by itself so I have to create new function to resolve schema.

Closes #35