Commit 70d9ea1
Test
fix: capstone 12-integrate-actions.mdl parse error — set after column → insert after
'set after column colActions' is not supported by MDL parser.
ALTER PAGE uses 'insert after colActions' syntax (lines 15, 40 use
this correctly). Only line 58 had the wrong syntax.1 parent 6737387 commit 70d9ea1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments