Adds content column to documents and revisions as JSON snapshot (#6179)
This commit is contained in:
@@ -27,7 +27,6 @@ export default async function main(exit = false) {
|
||||
offset: page * limit,
|
||||
where: {
|
||||
...(teamId ? { teamId } : {}),
|
||||
state: null,
|
||||
},
|
||||
order: [["createdAt", "ASC"]],
|
||||
paranoid: false,
|
||||
|
||||
Reference in New Issue
Block a user