We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d379e7f commit 4247322Copy full SHA for 4247322
README.md
@@ -22,7 +22,8 @@ Synology Package Repository
22
8. Grant the created user with Package Administrator permissions `flask roles add admin@synocommunity.com package_admin`
23
9. Grant the created user with Developer permissions `flask roles add admin@synocommunity.com developer`
24
25
-To clean data created by fake packages, run `flask spkrepo depopulate_db`
+To clean the database of fake packages, run `flask spkrepo depopulate_db`
26
+To clean data created by fake packages, run `flask spkrepo clean`
27
28
### Run
29
1. Start postgres with `docker compose up db`
0 commit comments