Add created_at timestamps to models
Added created_at timestamps (blank=False, auto_time_now = True) to several models:
- GitlabAccountRequest
- UserIdentifier
- Note
- Issue Set all timestamps for already created issues to timezone.now for the migration.
Added created_at timestamps (blank=False, auto_time_now = True) to several models: