[server] create migration script for Account

This commit is contained in:
方而静 2024-03-06 20:45:26 +08:00
parent 501e09cc89
commit 98d29d9f1f
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -0,0 +1,3 @@
import { Account } from '../apps/auth/model.mjs';
Account.sync({ alter: true });