fix-migration2

This commit is contained in:
tonyrewin 2022-12-14 10:09:56 +03:00
parent 3eba61b36f
commit f37e67e640

View File

@ -283,9 +283,9 @@ def mongo_download(url):
print("[migration] mongodump " + url) print("[migration] mongodump " + url)
for one in [ for one in [
"content_items", "content_items",
"content_items_categories",
"users", "users",
"tags", "tags",
"categories",
"comments", "comments",
"remarks" "remarks"
]: ]: