Skip to content

Update structure.sql to match trigger function in migration

Krasimir Angelov requested to merge 290715-fix-structure-sql into master

What does this MR do?

With !51852 (39ab90ca) we introduced difference between how trigger function is defined in migration and how it's dumped in structure.sql, which is causing diffs after gdk update. This MR makes structure.sql match what we have in the migration.

See !51852 (comment 498957031) for more details.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to !51852 (comment 498957031).

Merge request reports