File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.1.1 - 2019-08-11
4+
5+ ### Fixed
6+
7+ - Some unescaped column names leading to SQL errors.
8+
39## 2.1.0 - 2019-07-15
410
511### Added
Original file line number Diff line number Diff line change 2727 </options >
2828 </field >
2929
30- <field name =" order" type =" smallint" column-definition =" TINYINT" >
30+ <field name =" order" column = " `order` " type =" smallint" column-definition =" TINYINT" >
3131 <options >
3232 <option name =" unsigned" >true</option >
3333 <option name =" comment" >The order of the ingredient in the recipe.</option >
Original file line number Diff line number Diff line change 4141 </options >
4242 </field >
4343
44- <field name =" order" type =" smallint" column-definition =" TINYINT" >
44+ <field name =" order" column = " `order` " type =" smallint" column-definition =" TINYINT" >
4545 <options >
4646 <option name =" unsigned" >true</option >
4747 <option name =" comment" >The order of the ingredient in the recipe.</option >
You can’t perform that action at this time.
0 commit comments