Update EmojiDraft.ts

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-10-21 19:54:03 +09:00
parent 761eaeafbb
commit 00c4624dc8
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A

View file

@ -17,7 +17,6 @@ export class MiEmojiDraft {
})
public updatedAt: Date | null;
@Index()
@Column('varchar', {
length: 128,
})