gitlab-org--gitlab-foss/db
Sean McGivern 9a73b634ab Add table for files in merge request diffs
This adds an ID-less table containing one row per file, per merge request
diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
currently, with the advantage that we can easily query the attributes of this
new table.

It does not migrate existing data, so we have fallback code when the legacy
st_diffs column is present instead. For a merge request diff to be valid, it
should have at most one of:

* Rows in this new table, with the correct merge_request_diff_id.
* A non-NULL st_diffs column.

It may have neither, if the diff is empty.
2017-06-16 18:30:01 +01:00
..
fixtures Merge branch 'instrument-infra' into 'master' 2017-06-07 10:46:56 +00:00
migrate Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
post_migrate Migration - Remove position field from issues and merge requests 2017-06-16 12:03:15 -03:00
schema.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
seeds.rb