Merge commit '2b11376411' into kb_migration

This commit is contained in:
KMY 2023-04-01 18:05:22 +09:00
commit ceec3a92cd
336 changed files with 4018 additions and 2492 deletions

View file

@ -17,7 +17,7 @@
#
class Admin::ActionLog < ApplicationRecord
self.ignored_columns = %w(
self.ignored_columns += %w(
recorded_changes
)