diff options
| author | James Lopez <james@jameslopez.es> | 2017-05-05 16:45:46 +0200 |
|---|---|---|
| committer | James Lopez <james@jameslopez.es> | 2017-05-05 16:45:46 +0200 |
| commit | cc826c0469202930be835861eeabe0c43390db47 (patch) | |
| tree | c8f12457dbf13e91aa395e422f2df611caac72f2 | |
| parent | c89849af47dc3ce788adbc7ef06af8a39a5347fd (diff) | |
| download | gitlab-ce-fix/fork-spec-mysql.tar.gz | |
workaround spec failure for mySQL invalid date issuefix/fork-spec-mysql
| -rw-r--r-- | lib/gitlab/import_export/import_export.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 3aac731e844..5f757f99fb3 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -85,6 +85,8 @@ excluded_attributes: - :id - :star_count - :last_activity_at + - :last_repository_updated_at + - :last_repository_check_at snippets: - :expired_at merge_request_diff: |
