2019-02-15 15:39:39 +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
|