Skip to content

Commit

Permalink
Update custom-entities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilan committed Oct 2, 2024
1 parent d41a895 commit b0036c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway/plugin-development/custom-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ containing the initial migrations. We'll see how this is done in a minute.
Sometimes it is necessary to introduce changes after a version of a plugin has already been
released. A new functionality might be needed. A database table row might need changing.

When this happens, *you must* create a new migrations file. You *must not* of modify the
When this happens, *you must* create a new migrations file. You *must not* modify the
existing migration files once they are published (you can still make them more robust and
bulletproof if you want, e.g. always try to write the migrations reentrant).

Expand Down

0 comments on commit b0036c8

Please sign in to comment.