Adds content column to documents and revisions as JSON snapshot (#6179)

This commit is contained in:
Tom Moor
2023-12-17 10:51:11 -05:00
committed by GitHub
parent 78b9322a28
commit 1840370e6f
18 changed files with 411 additions and 174 deletions

View File

@@ -27,7 +27,6 @@ export default async function main(exit = false) {
offset: page * limit,
where: {
...(teamId ? { teamId } : {}),
state: null,
},
order: [["createdAt", "ASC"]],
paranoid: false,