Added code for defining SHA attributes
These attributes are stored in binary in the database, but exposed as
strings. This allows one to query/create data using plain SHA1 hashes as
Strings, while storing them more efficiently as binary.
Showing
app/models/concerns/sha_attribute.rb
0 → 100644
doc/development/sha1_as_binary.md
0 → 100644
lib/gitlab/database/sha_attribute.rb
0 → 100644
spec/models/concerns/sha_attribute_spec.rb
0 → 100644
Please
register
or
sign in
to comment