gitlab-org--gitlab-foss/doc/user
Sean McGivern 4ebbfe5d3e Remove serialised diff and commit columns
The st_commits and st_diffs columns on merge_request_diffs historically held the
YAML-serialised data for a merge request diff, in a variety of formats.

Since 9.5, these have been migrated in the background to two new tables:
merge_request_diff_commits and merge_request_diff_files. That has the advantage
that we can actually query the data (for instance, to find out how many commits
we've stored), and that it can't be in a variety of formats, but must match the
new schema.

This is the final step of that journey, where we drop those columns and remove
all references to them. This is a breaking change to the importer, because we
can no longer import diffs created in the old format, and we cannot guarantee
the export will be in the new format unless it was generated after this commit.
2017-11-28 16:13:40 +00:00
..
account
admin_area
discussions Remove executable bit from images for docs lint 2017-11-17 20:30:59 -08:00
group
img
profile Add readme only default project view preference 2017-11-15 21:00:52 -05:00
project Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
search
award_emojis.md
index.md
markdown.md Add support of Mermaid 2017-11-22 14:12:04 +11:00
permissions.md Add doc. Fix spec. Add erase_build in protected_ref rule 2017-11-07 02:47:05 +09:00
reserved_names.md
snippets.md