Link to migration guide in migration templates

This commit is contained in:
Yorick Peterse 2016-05-09 15:06:22 +02:00
parent e8efaca23c
commit d890807939
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
class <%= migration_class_name %> < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers

View File

@ -1,3 +1,6 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
class <%= migration_class_name %> < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers