SQL Server has this setting:
https://documentation.red-gate.com/fd/sql-server-add-object-existence-checks-setting-277579216.html
How do I set this for PostgreSQL? Otherwise all my DROP migrations will crash and may prevent successive migrations from running
Please sign in to leave a comment.
SQL Server has this setting:
https://documentation.red-gate.com/fd/sql-server-add-object-existence-checks-setting-277579216.html
How do I set this for PostgreSQL? Otherwise all my DROP migrations will crash and may prevent successive migrations from running