Skip to content

Add created_at timestamps to models

MariaV requested to merge add_timestamps into master

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.

Merge request reports