I tried to export a postgres database using the DROP TABLE IF EXISTS option, but the .sql file failed when I tried to import it, because it was trying to DROP SEQUENCE without the IF EXISTS.
Fixed in Git.
Log in to post a comment.
Fixed in Git.