Skip to content

Commit

Permalink
Added Forge::dropKey() to change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sclubricants committed Sep 25, 2022
1 parent 3b325ee commit dff4fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Database
- Improved data returned by ``BaseConnection::getForeignKeyData()``. All DBMS returns the same structure.
- ``Forge::addForeignKey()`` now includes a name parameter to manual set foreign key names. Not supported in SQLite3.
- Added the ability to manually set index names. These methods include: ``Forge::addKey()``, ``Forge::addPrimaryKey()``, and ``Forge::addUniqueKey()``
- Fixed ``Forge::dropKey()`` to allow droping unique indexes. This required the ``DROP CONSTRAINT`` SQL command.

Model
=====
Expand Down

0 comments on commit dff4fd7

Please sign in to comment.