about summary refs log tree commit diff
path: root/app/models/account_moderation_note.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/account_moderation_note.rb')
-rw-r--r--app/models/account_moderation_note.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/models/account_moderation_note.rb b/app/models/account_moderation_note.rb
index be52d10b6..3ac9b1ac1 100644
--- a/app/models/account_moderation_note.rb
+++ b/app/models/account_moderation_note.rb
@@ -1,13 +1,12 @@
 # frozen_string_literal: true
-
 # == Schema Information
 #
 # Table name: account_moderation_notes
 #
 #  id                :integer          not null, primary key
 #  content           :text             not null
-#  account_id        :integer
-#  target_account_id :integer
+#  account_id        :integer          not null
+#  target_account_id :integer          not null
 #  created_at        :datetime         not null
 #  updated_at        :datetime         not null
 #