This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
75fd832454
gitlab-org--gitlab-foss
/
db
/
migrate
/
20140415124820_limits_to_mysql.rb
3 lines
57 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable RuboCop for migrations 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.
2016-06-09 08:39:16 -04:00
# rubocop:disable all
Adjust MySQL limits for existing installations
2014-04-15 10:26:15 -04:00
require_relative
'limits_to_mysql'
Copy permalink