gitlab-org--gitlab-foss/spec/lib/gitlab/database
Stan Hu 6c0bc9abdd Remove import columns from projects table
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21497, we
migrated all project import data into a separate table,
`project_import_data`.  In addition, we also added:

```
ignore_column :import_status, :import_jid, :import_error
```

In https://gitlab.com/gitlab-com/gl-infra/production/issues/908, we
observed some of these `import_error` columns consumed megabytes of
error backtraces and caused slow loading of projects whenever a `SELECT
* from projects` query loaded the row into memory.

Since we have long migrated away from these columns, we can now drop
these columns entirely.
2019-06-19 13:30:41 -07:00
..
count Fix counting of groups in admin dashboard 2019-03-11 23:50:47 -07:00
rename_reserved_paths_migration Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
count_spec.rb
grant_spec.rb
median_spec.rb
migration_helpers_spec.rb Remove import columns from projects table 2019-06-19 13:30:41 -07:00
multi_threaded_migration_spec.rb
sha_attribute_spec.rb
subquery_spec.rb