Skip to content

Commit 12ffe5d

Browse files
fix
1 parent 02c7116 commit 12ffe5d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

app/contribute/page.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,6 @@ export default function ContributePage() {
310310
<h3 id="storages">Storages</h3>
311311

312312
<ul>
313-
<li>Allow to specify prefix for S3 storage</li>
314-
<li>
315-
Change backups naming from &#123;uuid&#125;.dump to
316-
&#123;db_name&#125;_&#123;date&#125;_&#123;uuid&#125;.dump
317-
with back compatibility
318-
</li>
319313
<li>Verify AWS S3 support</li>
320314
<li>Verify Google Cloud S3 support</li>
321315
<li>Verify Tencent Cloud S3 support</li>
@@ -336,6 +330,11 @@ export default function ContributePage() {
336330
<h2 id="project-plans">Project plans (not for contribution)</h2>
337331

338332
<ul>
333+
<li>
334+
Change backups naming from &#123;uuid&#125;.dump to
335+
&#123;db_name&#125;_&#123;date&#125;_&#123;uuid&#125;.dump
336+
with back compatibility
337+
</li>
339338
<li>Add customization of webhook</li>
340339
<li>Add SSH tunneling</li>
341340
<li>Add encryption for backups and read-only access to DBs</li>

0 commit comments

Comments
 (0)