87789771 / meimei-nestjs-admin

🚀🚀 基于NestJs + TypeScript +Prisma + Redis + MySql + Vue3 + vite + Element-UI编写的一款前后端分离的权限管理系统。🚀内置角色系统、导入导出、数据权限、表单连续提交拦截、前端表格列自定义等...🚀
http://42.192.136.154:3000/#/login?redirect=%2Findex
475 stars 95 forks source link

生产环境的 synchronize 不应该设置为 true #8

Closed abigmiu closed 2 years ago

abigmiu commented 2 years ago

https://github.com/87789771/meimei-nestjs-admin/blob/7683fee2b9803fbfbf96a0f36cbd32fa098a1a28/meimei-admin/src/config/config.production.ts#L25

typeorm 有迁移工具

87789771 commented 2 years ago

是的,我代码里也有注释进行提示。 不过typeOrm的迁移工具在nest上不适用,可能我不知道怎么合并用吧。