From 3785fafec7058c2aa1a7770aa019cd3936b8db76 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Wed, 9 Sep 2020 01:01:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=A9=E3=83=BC=E3=83=88=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E3=81=AE=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E5=80=A4=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/entities/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/entities/user.ts b/src/models/entities/user.ts index b2f1618..2f3be42 100644 --- a/src/models/entities/user.ts +++ b/src/models/entities/user.ts @@ -49,7 +49,7 @@ export class User { @Column({ type: 'enum', enum: alertModes, - default: 'note' + default: 'notification' }) public alertMode: AlertMode; } \ No newline at end of file