jepiqueau / vue-typeorm-app

Vue App using TypeORM driver with @capacitor-community/sqlite
MIT License
10 stars 3 forks source link

Migration fix #2

Closed nirajhinge closed 3 years ago

nirajhinge commented 3 years ago

Fix the typeORM migration issue which seems to have been caused by the classnames being minified. I have also change the way connection is created and used throughout the app by creating it being the app is mounted.