[server] create migration script for Account
This commit is contained in:
parent
501e09cc89
commit
98d29d9f1f
3
server/migrations/init.mjs
Normal file
3
server/migrations/init.mjs
Normal file
@ -0,0 +1,3 @@
|
||||
import { Account } from '../apps/auth/model.mjs';
|
||||
|
||||
Account.sync({ alter: true });
|
Loading…
x
Reference in New Issue
Block a user