diff --git a/server/migrations/init.mjs b/server/migrations/init.mjs new file mode 100644 index 0000000..ab00fd6 --- /dev/null +++ b/server/migrations/init.mjs @@ -0,0 +1,3 @@ +import { Account } from '../apps/auth/model.mjs'; + +Account.sync({ alter: true });