CyberDeck / devise-fido-u2f

A devise module to authenticate additionally with a FIDO U2F hardware token, e.g. a Yubico USB security key.
MIT License
36 stars 4 forks source link

Fixes generated database migration script (Fixes #3) #8

Closed zedtux closed 6 years ago

zedtux commented 6 years ago

The generated migration script was trying to set a default value to binary fields which isn't possible with MySQL and potentially with some other databases. This commit removes the default value.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ab1bf7ee0e53b41035010cae2fd7681ee789ee8d on Pharmony:bugs/fixes-generated-migration-script into b05717d71253c82dd78856d7ca683b4acdd3a7c5 on CyberDeck:master.