rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

fixed migration mess #166

Closed philippks closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.2%) to 97.194% when pulling 83f1f7c7370375abd2a7f0a9ca3a8a0ec810f604 on ninech:bugfix-audit-log into 5ca4e4920cba03c13e7462b68927f65331249a50 on rbCAS:master.

philippks commented 8 years ago

Hey @pencil

I actually messed up with the migrations and the schema. In the end the specs were using a different schema, than the migrations produce, which leads to exceptions when creating a login attempt.

This change will fix the schema correctly.

Sorry for the troubles.

pencil commented 8 years ago

Thanks!