2016-11-25 11:10:25 -05:00
|
|
|
class DropUserActivitiesTable < ActiveRecord::Migration
|
|
|
|
include Gitlab::Database::MigrationHelpers
|
|
|
|
|
|
|
|
DOWNTIME = false
|
|
|
|
|
2017-04-12 11:13:24 -04:00
|
|
|
# This migration is a no-op. It just exists to match EE.
|
2016-11-25 11:10:25 -05:00
|
|
|
def change
|
|
|
|
end
|
|
|
|
end
|