blob: 3119f56fbccefaa84db0a4bf42a845eaea56151d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# frozen_string_literal: true
# This model is not intended to be used.
# It is a temporary reference to the pre-partitioned
# audit_events table.
# Please refer to https://gitlab.com/groups/gitlab-org/-/epics/3206
# for details.
class AuditEventArchived < ApplicationRecord
self.table_name = 'audit_events_archived'
end
|