Skip to content

Update db/init_schema.sql to match production

Jon Jenkins requested to merge 386535-init-schema-update into master

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.

Merge request reports