1. 07 Nov, 2018 1 commit
  2. 06 Nov, 2018 6 commits
  3. 04 Nov, 2018 1 commit
  4. 03 Nov, 2018 4 commits
  5. 02 Nov, 2018 27 commits
  6. 01 Nov, 2018 1 commit
    • Rubén Dávila's avatar
      Fixes a migration that causes error on some legacy DBs · d32a571a
      Rubén Dávila authored
      Looks like there are some legacy GitLab databases that have a NOT NULL
      constraint for the `created_at` and `updated` fields.
      
      This change fixes the migration by adding a default value to those
      columns and I think we always should have it in mind when inserting DB
      records through raw SQL.
      d32a571a