gitlab-org--gitlab-foss/db/post_migrate/20161128170531_drop_user_ac...

10 lines
204 B
Ruby
Raw Normal View History

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.
def change
end
end