Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Official Status Tag Update (#869)
* Add trigger for tracking `official` field updates in `feed` This commit introduces a PostgreSQL trigger and associated function to log changes to the `official` field in the `public.feed` table. It also includes a query to set the `official` field for feeds meeting specific criteria. This enhances data auditability and ensures change history is recorded in `officialstatushistory`. * Removed trigger for logging official tag changes & replaced with direct query update to the 'officialstatushistory' table
- Loading branch information