diff options
author | Sean McGivern <sean@gitlab.com> | 2018-06-19 17:18:15 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2018-06-19 17:18:15 +0100 |
commit | eb086a4bfd2495168483a2652571f247e6b768a5 (patch) | |
tree | 43a6153480a44adbc732ae8d3c3ebff7fd8c123f /.gitignore | |
parent | c0f0ccf222a2b8896aeb94b7a50b3923c7684125 (diff) | |
download | gitlab-ce-eb086a4bfd2495168483a2652571f247e6b768a5.tar.gz |
Disallow methods that copy data on large tables
{change_column_type,rename_column}_concurrently both copy data from one column
to another during a migration, which should not be done on GitLab.com. Instead,
we should use background migrations.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions