Skip to content
Snippets Groups Projects
Verified Commit 8f6409eb authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

db: Bump to version 2

Related to T4228
parent e8935e81
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class FixedObject:
class ScrubberDb(BaseDb):
current_version = 1
current_version = 2
@functools.lru_cache(1000)
def datastore_get_or_add(self, datastore: Datastore) -> int:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment