Closed
Bug 1113614
Opened 11 years ago
Closed 11 years ago
Add timestamps in events models.
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tasos, Assigned: tasos)
Details
(Whiteboard: [kb=1612825] )
Since the events are created in our database a long time before the actual event takes place, we need an 'updated_on' and a 'created_on' field in order to have greater control in database operations regarding event management.
| Assignee | ||
Updated•11 years ago
|
Whiteboard: [kb=1612825]
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/3bc5fff0bba91bbf67903042f162d912671bb3ed
[fix bug 1113614] Add timestamps to events model.
https://github.com/mozilla/remo/commit/ba793a41d9ad877447c1d2e913d2c66e8e419e77
Merge pull request #891 from akatsoulas/1113614-event-timestamps
[fix bug 1113614] Add timestamps to events model.
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Version: unspecified → next
| Assignee | ||
Comment 2•11 years ago
|
||
Verified on stage through the admin interface that new events have 'created_on' and 'updated_on' timestamps.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•11 years ago
|
Version: next → 448
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•