forked from AkkomaGang/akkoma
Merge branch 'remake-remodel-dms' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
This commit is contained in:
commit
40d5058cc4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ defmodule Pleroma.Notification do
|
|||
schema "notifications" do
|
||||
field(:seen, :boolean, default: false)
|
||||
# This is an enum type in the database. If you add a new notification type,
|
||||
# remembert to add a migration to add it to the `notifications_type` enum
|
||||
# remember to add a migration to add it to the `notifications_type` enum
|
||||
# as well.
|
||||
field(:type, :string)
|
||||
belongs_to(:user, User, type: FlakeId.Ecto.CompatType)
|
||||
|
|
Loading…
Reference in a new issue