mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This is [step 1](https://cloud.google.com/sql/docs/postgres/pg-audit#set-pgaudit-flag-values) of enabling `pgaudit` logs. We'll also need to `CREATE EXTENSION` which will need to happen in a migration. I'll make a separate PR for that. Supersedes: #5442