Update db/init_schema.sql to match production
What does this MR do and why?
Solves #386535 (closed). From the commit msg:
db/init_schema.sql contains a definition of the table
audit_events
which is out of sync with the definition in the production database as well as db/structure.sql. This change adds the two constraints that are missing.