#PostgreSQLTips
When a column is removed from a table,
#PostgreSQL will automatically remove all of the indexes and constraints that were present on that column.
Ran into this with following code which was failing as the index was already removed when column was removed