Remove whitespace in prisma schema

This commit is contained in:
Leon Meier 2025-01-30 01:37:49 +01:00
parent 7715672802
commit fb23f73963

View File

@ -63,7 +63,6 @@ model alerts {
acknowledged_by alertContacts[] acknowledged_by alertContacts[]
acknowledged_at DateTime? acknowledged_at DateTime?
@@fulltext([message]) @@fulltext([message])
} }