summaryrefslogtreecommitdiff
path: root/db/migrate/20150425173433_add_default_snippet_visibility_to_app_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.
* Make more migrations reversiblers-reversable-migrationsRobert Speicher2015-05-131-1/+5
| | | | [ci skip]
* Add new admin settingsVinnie Okada2015-04-261-0/+7
Add new global application settings for default project and snippet visibility levels.