Commit b7d98cc2 authored by Jan Provaznik's avatar Jan Provaznik

Fixed conflicts in migrations

parent 21ebb2dd
<<<<<<< HEAD
=======
class CreateUserActivities < ActiveRecord::Migration[4.2]
DOWNTIME = false
>>>>>>> upstream/master
class CreateUserActivities < ActiveRecord::Migration[4.2] class CreateUserActivities < ActiveRecord::Migration[4.2]
# Set this constant to true if this migration requires downtime. # Set this constant to true if this migration requires downtime.
......
<<<<<<< HEAD
# See http://doc.gitlab.com/ce/development/migration_style_guide.html # See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab. # for more information on how to write migrations for GitLab.
=======
>>>>>>> upstream/master
class DropUserActivitiesTable < ActiveRecord::Migration[4.2] class DropUserActivitiesTable < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment