You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an indexes section to .pgschemaignore?
If we manually add any indexes on a table, pgschema will drop them and we want a way to preserve them without having to define the index DDL in our sql files.
Is it possible to add an indexes section to .pgschemaignore?
If we manually add any indexes on a table, pgschema will drop them and we want a way to preserve them without having to define the index DDL in our sql files.