mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Deleted email-recipient
model file missed in relationship cleanup
refs 1ade40d697
This commit is contained in:
parent
1ade40d697
commit
36564a984f
@ -1,12 +0,0 @@
|
||||
import Model, {attr, belongsTo} from '@ember-data/model';
|
||||
|
||||
export default Model.extend({
|
||||
processedAtUTC: attr('moment-utc'),
|
||||
deliveredAtUTC: attr('moment-utc'),
|
||||
openedAtUTC: attr('moment-utc'),
|
||||
failedAtUTC: attr('moment-utc'),
|
||||
memberEmail: attr('string'),
|
||||
memberName: attr('string'),
|
||||
|
||||
email: belongsTo('email', {embedded: 'always', async: false})
|
||||
});
|
Loading…
Reference in New Issue
Block a user