summaryrefslogtreecommitdiff
path: root/db/migrate/20150609141121_add_session_expire_delay_for_application_settings.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.
* Check if session_expire_delay column exists before adding the column.migrate_session_expire_delay_unless_it_existsMarin Jankovski2015-07-221-2/+4
|
* session_expire_seconds => session_expire_delaythemaze752015-06-101-0/+5
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay