Add anonymise database task (#3186)

This commit is contained in:
WithoutPants
2022-12-23 09:15:27 +11:00
committed by GitHub
parent 0b4b100ecc
commit 9351a0b2a4
13 changed files with 1078 additions and 8 deletions

View File

@@ -281,6 +281,9 @@ type Mutation {
metadataIdentify(input: IdentifyMetadataInput!): ID!
"""Migrate generated files for the current hash naming"""
migrateHashNaming: ID!
"""Anonymise the database in a separate file. Optionally returns a link to download the database file"""
anonymiseDatabase(input: AnonymiseDatabaseInput!): String
"""Reload scrapers"""
reloadScrapers: Boolean!