Skip to content

fix: Fix migration script for MySQL

Dominik František Bučík requested to merge dBucik-patch-1 into master

Adding default = 0 for ID columns breaks inserts. Insert will assign the default value as ID, therefore it will fail. That then results in UPDATE being executed, resulting in constant overwriting of the IDP/SP name.

Merge request reports