mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🎨 rename last_login to last_seen (#612)
refs https://github.com/TryGhost/Ghost/issues/8258
This commit is contained in:
parent
9487ff9bae
commit
f62ce41bc1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const {String: {pluralize}} = Ember;
|
||||||
export default ApplicationSerializer.extend(EmbeddedRecordsMixin, {
|
export default ApplicationSerializer.extend(EmbeddedRecordsMixin, {
|
||||||
attrs: {
|
attrs: {
|
||||||
roles: {embedded: 'always'},
|
roles: {embedded: 'always'},
|
||||||
lastLoginUTC: {key: 'last_login'},
|
lastLoginUTC: {key: 'last_seen'},
|
||||||
createdAtUTC: {key: 'created_at'},
|
createdAtUTC: {key: 'created_at'},
|
||||||
updatedAtUTC: {key: 'updated_at'}
|
updatedAtUTC: {key: 'updated_at'}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue