2018-12-23 12:14:25 +05:30
|
|
|
class DropUserActivitiesTable < ActiveRecord::Migration[4.2]
|
2017-08-17 22:00:37 +05:30
|
|
|
include Gitlab::Database::MigrationHelpers
|
|
|
|
|
|
|
|
DOWNTIME = false
|
|
|
|
|
|
|
|
# This migration is a no-op. It just exists to match EE.
|
|
|
|
def change
|
|
|
|
end
|
|
|
|
end
|