api: Shorten name of authorized_keys index.
authorBrett Smith <brett@curoverse.com>
Mon, 28 Apr 2014 15:03:22 +0000 (11:03 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 29 Apr 2014 00:12:47 +0000 (20:12 -0400)
commit57dc9e64bb38f186e2b235a98d7437a5f986bc83
tree89ea737bf2e70e4229ea20ab2700d7bd74b6201c
parentd7ccebe29c68df51633f6a18eba6aa6a982c3739
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