remove index on confetti column

This commit is contained in:
bunnybeam 2025-07-14 19:32:42 +01:00
parent 7ee0245cdc
commit 92d87f955f
No known key found for this signature in database

View file

@ -72,7 +72,6 @@ export class MiAnnouncement {
})
public silence: boolean;
@Index()
@Column('boolean', {
default: false,
})