summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-19 08:32:54 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-19 08:32:54 +0200
commiteb7b15a12ca69b6c69538afe22e4c154387b4c85 (patch)
treea44da67c4635a7c49375b46f7237255a711aaf58 /README.md
parent81de7bceecf96c31a49baee67abfd6e597652e18 (diff)
downloadwekan-eb7b15a12ca69b6c69538afe22e4c154387b4c85.tar.gz
wekan-eb7b15a12ca69b6c69538afe22e4c154387b4c85.tar.bz2
wekan-eb7b15a12ca69b6c69538afe22e4c154387b4c85.zip
Add Wekan database cleanup script, Thanks to fmonthel !
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90dbe32e..7446c850 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,8 @@ Automatic generated newest builds are available for Docker, and some others that
install directly from this repo. Automatic builds will be added later for more
platforms.
+[Wekan database cleanup script][wekan_cleanup] -- [Feedback][cleanup_issue]
+
### Docker: [Docker image][docker_image], [Docs at wiki][wekan_wiki]
Docker example, running latest Wekan using docker-compose:
@@ -193,3 +195,5 @@ with [Meteor](https://www.meteor.com).
[dev_docs]: https://github.com/wekan/wekan/wiki/Developer-Documentation
[donations]: http://www.xet7.org/wekan
[wekan_postgresql]: https://github.com/wekan/wekan-postgresql
+[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
+[cleanup_issue]: https://github.com/wekan/wekan/issues/833