Hello,
Is it possible to completely delete records in postgresql database, which have N-status (deleted; logical deletion) without changing the code of the application?
Thanks in advance
Hello,
Is it possible to completely delete records in postgresql database, which have N-status (deleted; logical deletion) without changing the code of the application?
Thanks in advance
Many thanks for quick reply.
I’ve also come accross this on multiple occasions, I’ve found the best way to deal with this and to keep your DB clean is to follow a development cycle which means only guaranteed to work attributes and classes are added to the live schema.