Commit 5d8eefd3 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #739 from burki/patch-1

Update UPGRADE.md
parents fd509656 69a42efe
...@@ -13,7 +13,7 @@ instances as mapped by Doctrine. ...@@ -13,7 +13,7 @@ instances as mapped by Doctrine.
## BC BREAK: Doctrine\DBAL\Schema\Table ## BC BREAK: Doctrine\DBAL\Schema\Table
The methods ``addIndex()`` and ``addUniqueIndex()`` in ``Doctrine\DBAL\Schema\Table`` The methods ``addIndex()`` and ``addUniqueIndex()`` in ``Doctrine\DBAL\Schema\Table``
hav an additional, optional parameter. If you override these methods, you should have an additional, optional parameter. If you override these methods, you should
add this new parameter to the declaration of your overridden methods. add this new parameter to the declaration of your overridden methods.
## BC BREAK: Doctrine\DBAL\Connection ## BC BREAK: Doctrine\DBAL\Connection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment