File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ awareness about deprecated code.
8
8
9
9
# Upgrade to 5.0
10
10
11
+ ## BC BREAK: Removed ` AbstractPlatform ` constants
12
+
13
+ The ` CREATE_INDEXES ` and ` CREATE_FOREIGNKEYS ` constants have been removed from the ` AbstractPlatform ` class.
14
+
11
15
## BC BREAK: Add ` Result::getColumnName() `
12
16
13
17
A new method ` getColumnName() ` has been added to the ` Result ` interface and must be implemented by
Original file line number Diff line number Diff line change 72
72
*/
73
73
abstract class AbstractPlatform
74
74
{
75
- /** @deprecated */
76
- public const CREATE_INDEXES = 1 ;
77
-
78
- /** @deprecated */
79
- public const CREATE_FOREIGNKEYS = 2 ;
80
-
81
75
/** @var string[]|null */
82
76
protected ?array $ doctrineTypeMapping = null ;
83
77
You can’t perform that action at this time.
0 commit comments