using comment entity

This commit is contained in:
2021-09-11 11:20:23 +03:00
parent c18836ef80
commit 9515a35e7a
4 changed files with 11 additions and 19 deletions

View File

@@ -32,7 +32,6 @@ type2layout = {
def migrate(entry, limit=3626, start=0):
'''
type Shout {
org_id: Int!
slug: String!
author: Int!
body: String!
@@ -55,7 +54,6 @@ def migrate(entry, limit=3626, start=0):
}
'''
r = {
'org_id': 0,
'layout': type2layout[entry['type']],
'title': entry['title'],
'authors': [],