removed dangerous and unnecessary option to completely remove soft-deleted items

This commit is contained in:
azivner
2018-07-26 09:21:52 +02:00
parent 7e4d70259f
commit 7564bf388c
3 changed files with 1 additions and 47 deletions

View File

@@ -461,14 +461,7 @@
This means that some images can disappear from note revisions.</p>
<button id="cleanup-unused-images-button" class="btn btn-warning btn-sm">Permanently cleanup unused images</button>
<h4>Soft-delete cleanup</h4>
<p>This deletes all soft deleted rows from the database. This change isn't synced and should be done manually on all instances.
<strong>Use this only if you really know what you're doing.</strong></p>
<button id="cleanup-soft-deleted-items-button" class="btn btn-danger btn-sm">Permanently cleanup soft-deleted items</button>
<button id="cleanup-unused-images-button" class="btn btn-sm">Permanently cleanup unused images</button>
<h4>Vacuum database</h4>