I'm trying to drop a table constraint using Postbird interface or the following SQL:
alter table devices
drop constraint FK_473c90a9cf5f18226886e62a3b3
Both way, error is: constraint "fk_473c90a9cf5f18226886e62a3b3" of relation "devices" does not exist
information_schema.table_constraints
Any idea?