Commit 8c4d6f5
HugoFara
fix(migration): preserve default values for language boolean columns
The migration was modifying LgRemoveSpaces, LgSplitEachChar, and
LgRightToLeft columns without preserving their DEFAULT '0' values,
causing INSERT statements that omit these columns to fail.1 parent c8d97c8 commit 8c4d6f5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments