File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Forge
167
167
- The new method ``Forge::dropPrimaryKey() `` allows dropping the primary key on a table. See :ref: `dropping-a-primary-key `.
168
168
- :php:meth: `CodeIgniter\\ Database\\ Forge::addForeignKey() ` now includes a name parameter to manual set foreign key names. Not supported in SQLite3.
169
169
- Added the ability to manually set index names. These methods include: ``Forge::addKey() ``, ``Forge::addPrimaryKey() ``, and ``Forge::addUniqueKey() ``
170
- - Fixed ``Forge::dropKey() `` to allow droping unique indexes. This required the ``DROP CONSTRAINT `` SQL command.
170
+ - Fixed ``Forge::dropKey() `` to allow dropping unique indexes. This required the ``DROP CONSTRAINT `` SQL command.
171
171
- Added ``Forge::processIndexes() `` allowing the creation of indexes on an existing table. See :ref: `adding-keys ` for the details.
172
172
173
173
Others
You can’t perform that action at this time.
0 commit comments