Skip to content

Drop non-partitioned `audit_events_archived` table [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Andreas Brandl requested to merge ab/drop-non-partitioned-audit-events into master

What does this MR do?

This is the last step of partitioning audit_events. We're now removing the non-partitioned archive table.

We have swapped tables and introduced the AuditEventsArchived model with 0dd449a8.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

We should be extra careful about this table not being used anymore from the application.

Edited by Andreas Brandl

Merge request reports