1. 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
  2. 17 Oct, 2018 34 commits
  3. 16 Oct, 2018 5 commits