초짜 IT보이 서바이벌 스토리

#electron #release #server #mysql doesn't create required #tables

matrim 2020. 5. 22. 22:22
반응형

if you don't find required tables under the datatable "electron_release_server", then you must change the connection value in the following fils to 'mysql' from 'postgresql'

/config/env/development.js

/config/env/production.js

then, "npm start" the server will create following tables under the database.

 

출처: https://github.com/ArekSredzki/electron-release-server/issues/10

반응형