File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Resources/config/doctrine Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # v5.0.1
2+
3+ * Fix accidentally removed column name for ` Page::$content ` .
4+
15# v5.0.0
26
37* Add support for Symfony 7.
Original file line number Diff line number Diff line change 1919 </lifecycle-callbacks >
2020 <field name =" title" type =" string" length =" 255" nullable =" false" />
2121 <field name =" slug" type =" string" length =" 255" unique =" true" nullable =" false" />
22- <field name =" content" type =" text" nullable =" true" />
22+ <field name =" content" column = " page_content " type =" text" nullable =" true" />
2323 <field name =" metaDescription" column =" meta_description" type =" string" length =" 255" nullable =" true" />
2424 <field name =" metaTitle" column =" meta_title" type =" string" length =" 255" nullable =" true" />
2525 <field name =" metaKeywords" column =" meta_keywords" type =" string" length =" 255" nullable =" true" />
You can’t perform that action at this time.
0 commit comments