feat: storage modes + git improvements

This commit is contained in:
Nick
2019-02-03 17:08:06 -05:00
parent d5028b1bce
commit f74c0caac2
14 changed files with 172 additions and 120 deletions

View File

@@ -224,7 +224,9 @@ module.exports = class Page extends Model {
'pages.*',
{
authorName: 'author.name',
creatorName: 'creator.name'
authorEmail: 'author.email',
creatorName: 'creator.name',
creatorEmail: 'creator.email'
}
])
.joinRelation('author')