api: Shorten name of authorized_keys index.
authorBrett Smith <brett@curoverse.com>
Mon, 28 Apr 2014 15:03:22 +0000 (11:03 -0400)
committerBrett Smith <brett@curoverse.com>
Mon, 28 Apr 2014 15:03:22 +0000 (11:03 -0400)
commit71b1b7b045419817d1c9dc62a3a296b746d9117c
treeadbad0c581c3bdc70c02a54865a228e93718b21c
parent7fbcd989af9949b11ddfec0c9ebfaa96a655eef4
api: Shorten name of authorized_keys index.

I had trouble running the new TimestampsNotNull migration, because I
ran into the index name limit described in the migration comments.
Running this migration first worked around the problem for me, and I
hope it saves others from tripping over it too.
services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb [new file with mode: 0644]
services/api/db/schema.rb