Request time cache, tracking collaborators etc
This commit is contained in:
@ -29,6 +29,7 @@ const Atlas = sequelize.define('atlas', {
|
||||
teamId: collection.teamId,
|
||||
userId: collection.creatorId,
|
||||
lastModifiedById: collection.creatorId,
|
||||
createdById: collection.creatorId,
|
||||
title: 'Introduction',
|
||||
text: '# Introduction',
|
||||
});
|
||||
|
Reference in New Issue
Block a user