gitlab-org--gitlab-foss/db
Sean McGivern 396b8f91ec Fix saving diffs that are not valid UTF-8
Previously, we used Psych, which would:

1. Check if a string was encoded as binary, and not ASCII-compatible.
2. Add the !binary tag in that case.
3. Convert to base64.

We need to do the same thing, using a new column in place of the tag.
2017-07-26 15:34:57 +01:00
..
fixtures Replace invalid chars while seeding environments 2017-06-21 11:16:38 +00:00
migrate Fix saving diffs that are not valid UTF-8 2017-07-26 15:34:57 +01:00
post_migrate Merge branch '33359-pers-snippet-files-location' into 'security-9-3' 2017-07-19 22:28:27 -05:00
schema.rb Fix saving diffs that are not valid UTF-8 2017-07-26 15:34:57 +01:00
seeds.rb