From edf8911128825e855c82765935236844296c9fe6 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sun, 13 Nov 2022 07:49:20 +0300 Subject: [PATCH] layout-migration-fix --- migration/tables/content_items.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migration/tables/content_items.py b/migration/tables/content_items.py index b70b6aa4..7654bdf9 100644 --- a/migration/tables/content_items.py +++ b/migration/tables/content_items.py @@ -17,9 +17,9 @@ from services.stat.viewed import ViewedStorage OLD_DATE = "2016-03-05 22:22:00.350000" ts = datetime.now() type2layout = { - "Article": "article", - "Literature": "prose", - "Music": "music", + "Article": "", + "Literature": "literature", + "Music": "audio", "Video": "video", "Image": "image", }