riboseinc / transcryptor

Assists your everyday re-encryption needs, in Rails.
MIT License
2 stars 1 forks source link

Fix Migrating from schema with salt to without salt should set salt field to NULL #25

Closed DmitryDrobotov closed 7 years ago

DmitryDrobotov commented 7 years ago

When I run db:migrate, the keys.encrypted_stuff_salt fields should be set to NULL Closes #21