Skip to content
Snippets Groups Projects
Unverified Commit 8e215b85 authored by Dominik František Bučík's avatar Dominik František Bučík Committed by GitHub
Browse files

fix: Fix migration script for MySQL

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.
parent c6a8e882
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment