summaryrefslogtreecommitdiff
path: root/db/migrate/20121220064453_init_schema.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.
* Fix migrations for postgres on test environmentDmitriy Zaporozhets2015-12-071-37/+37
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Squash migrations for years 2011 and 2012Dmitriy Zaporozhets2014-02-041-0/+306
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>