Skip to content

fix: make install.sql work for everyone

bu6n requested to merge bu6n/cc-node:bu6n/fix-install-sql into 0.8.x

The file as such was not able to initialize a DB for me. The first error was "Incorrect table definition; there can be only one auto column and it must be defined as a key" and the second error was related to my DB not being named credcom_twig1. This commit fixes both errors.

Merge request reports