diff --git a/UPGRADE.md b/UPGRADE.md index 6662e215a47..a50ac5118b9 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -8,6 +8,11 @@ awareness about deprecated code. # Upgrade to 4.0 +## BC BREAK: removed `AbstractMySQLPlatform` methods. + +1. `getColumnTypeSQLSnippets()`, +2. `getDatabaseNameSQL()`. + ## BC BREAK: BIGINT vales are cast to int if possible `BigIntType` casts values retrieved from the database to int if they're inside