summaryrefslogtreecommitdiff
path: root/db/migrate/20141121161704_add_identity_table.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Remove index only if existsDmitriy Zaporozhets2014-12-231-2/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix migration issue for mysql with index not being removedDmitriy Zaporozhets2014-12-231-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* speed up migration to identitiesValery Sizov2014-12-081-9/+15
|
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-3/+14
|
* Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-041-0/+21