diff options
author | Sean McGivern <sean@gitlab.com> | 2017-07-03 15:48:59 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-07-05 13:12:09 +0100 |
commit | 3729adfe3d5e0184f8bd43451fc78221101dfb56 (patch) | |
tree | e6399b9169ce0cbf697349d67396d69bb8e053d2 /db/migrate | |
parent | 657bf16b959beefff58acdc546d5afde60708e6e (diff) | |
download | gitlab-ce-merge-request-commits-table.tar.gz |
Migrate MR commits and diffs to new tablesmerge-request-commits-table
Previously, we stored these as serialised fields - `st_{commits,diffs}` - on the
`merge_request_diffs` table. These now have their own tables -
`merge_request_diff_{commits,diffs}` - with a column for each attribute of the
serialised data.
Add a background migration to go through the existing MR diffs and migrate them
to the new format. Ignore any contents that cannot be displayed.
Diffstat (limited to 'db/migrate')
0 files changed, 0 insertions, 0 deletions