Commit graph

4 commits

Author SHA1 Message Date
Stan Hu
33039ffdb5 Fix another typo in SHA attribute spec 2017-07-07 11:06:31 -07:00
Sean McGivern
1271349d74 Fix typo in SHA attribute spec 2017-07-07 17:34:08 +01:00
Sean McGivern
38fd773bd3 Fix ShaAttribute concern when there is no table
When this is added to a new model, it would fail before the migrations were run
- including when trying to run migrations in production mode!
2017-07-07 12:42:38 +01:00
Yorick Peterse
af1f6844c9
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.
2017-06-29 15:37:37 +02:00