kvesteri / postgresql-audit

Audit trigger for PostgreSQL
BSD 2-Clause "Simplified" License
126 stars 28 forks source link

flask does not create actor_id #58

Closed jsormaz closed 2 years ago

jsormaz commented 2 years ago

I am following the docs and for the life of me cannot get the 'actor_id' column to generate on my activity or transactions tables.

Can anyone confirm this is working for them? Are there nuances that are not mentioned in the docs?

I'm using the Application Factories pattern if that matters.

jsormaz commented 2 years ago

I don't know why I confused myself into looking for actor_id on the activity table. I spun my wheels for a while, eventually realized it only goes on the transaction table and that it is in fact working.