spassignat
spassignat
5.6.0-1056-oem
MariaDB is failing for another reason at step 3 (first sync). MySQL still doesn't update the relation. package.json ``` { "dependencies": { "@sequelize/core": "7.0.0-alpha.45", "@sequelize/mariadb": "^7.0.0-alpha.45", "mysql2": "^3.13.0" } }...
The work-around, removing the schema name, causes another issue. For each column flagged as unique=true, every sync recreates a new constraint. For example, with a column named code: ``` ADD...