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
+
1
5
# v5.0.0
2
6
3
7
* Add support for Symfony 7.
Original file line number Diff line number Diff line change 19
19
</lifecycle-callbacks >
20
20
<field name =" title" type =" string" length =" 255" nullable =" false" />
21
21
<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" />
23
23
<field name =" metaDescription" column =" meta_description" type =" string" length =" 255" nullable =" true" />
24
24
<field name =" metaTitle" column =" meta_title" type =" string" length =" 255" nullable =" true" />
25
25
<field name =" metaKeywords" column =" meta_keywords" type =" string" length =" 255" nullable =" true" />
You can’t perform that action at this time.
0 commit comments