stefanwerfling / flyingfish

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
https://flying-fish.gitbook.io/
GNU General Public License v3.0
45 stars 6 forks source link

Change typeorm auto sync to migrations #49

Open stefanwerfling opened 6 months ago

stefanwerfling commented 6 months ago

https://orkhan.gitbook.io/typeorm/docs/migrations ->

Typically, it is unsafe to use synchronize: true for schema synchronization on production once you get data in your database.