diff options
add READMEs to folders, re #3427
Diffstat (limited to 'app/scripts/migrations')
-rw-r--r-- | app/scripts/migrations/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/scripts/migrations/README.md b/app/scripts/migrations/README.md new file mode 100644 index 000000000..3a67b08e1 --- /dev/null +++ b/app/scripts/migrations/README.md @@ -0,0 +1,5 @@ +# Migrations + +Data (user data, config files etc.) is migrated from one version to another. + +Migrations are called by {} from {} during {}.
\ No newline at end of file |