expiresAt to scheduledAt

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-11-14 17:27:52 +09:00
parent c4a8cf3a73
commit 271c872c97
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
6 changed files with 29 additions and 18 deletions

View file

@ -23,5 +23,5 @@ export class MiScheduledNote {
public userId: MiUser['id'];
@Column('timestamp with time zone')
public expiresAt: Date;
public scheduledAt: Date;
}