Revert "Renamed Document#atlasId finally"

This commit is contained in:
Jori Lallo
2018-02-07 11:32:18 -08:00
committed by GitHub
parent 1e05189bc9
commit c92697a8a8
8 changed files with 20 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ const seed = async () => {
const document = await Document.create({
parentDocumentId: null,
collectionId: collection.id,
atlasId: collection.id,
teamId: team.id,
userId: collection.creatorId,
lastModifiedById: collection.creatorId,