Skip to content

Commit

Permalink
fix typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb authored and trasher committed Mar 6, 2018
1 parent 403317c commit abb9aad
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 @@ -12,7 +12,7 @@ Creating, updating or removing tables is done by the plugin, at installation, up
Creating and updating tables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Creating and updating tables must be done in the plugin installation process. You will add the required code to the ``plugin_{myplugin}_install``. As the same fucntion is used for both installation and update, you'll have to make tests to know what to do.
Creating and updating tables must be done in the plugin installation process. You will add the required code to the ``plugin_{myplugin}_install``. As the same function is used for both installation and update, you'll have to make tests to know what to do.

For example, we will create a basic table to store some configuration for our plugin:

Expand Down

0 comments on commit abb9aad

Please sign in to comment.