This repository was archived by the owner on Sep 19, 2022. It is now read-only.
Commit 8e215b8
Dominik František Bučík
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.1 parent c6a8e88 commit 8e215b8
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments