Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jul 3, 2017
1 parent 4c406ff commit 6c37a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plugins/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Database

A plugin should **never** change core's database! It just add its own tables to manage its own data.

Of course, plugins relies on :ref:`GLPI database model <dbmodel>` and must therefore respect :ref:`database naming conventions <dbnaming_conventions>`.
Of course, plugins rely on :ref:`GLPI database model <dbmodel>` and must therefore respect :ref:`database naming conventions <dbnaming_conventions>`.

Creating, updating or removing tables is done by the plugin, at installation, update or uninstallation; functions added in the ``hook.php`` file will be used for that; and you will rely on the `Migration class <https://forge.glpi-project.org/apidoc/class-Migration.html>`_ provided from GLPI core. Please refer to this documentation do know more about various `Migration` possibilities.

Expand Down

0 comments on commit 6c37a67

Please sign in to comment.