Files
ubicloud/migrate/20250506_audit_log.rb
Jeremy Evans 824cbeecbc Add audit log migration
The audit_log table stores metadata on changes made by a user via the
web or api. This makes it possible to easily see who made what changes
and when, which is helpful in a wide variety of cases, including in
security incident handling.

This uses partitioning, using the same partitioning approach used for
archived_record. A later commit will add a check that partitions that
will be needed soon exist.
2025-05-13 06:38:49 +09:00

1.3 KiB