Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb')
-rw-r--r--db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb b/db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb
index 8e9495f3a83..27130136e9d 100644
--- a/db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb
+++ b/db/migrate/20200420115948_create_metrics_users_starred_dashboard.rb
@@ -20,8 +20,6 @@ class CreateMetricsUsersStarredDashboard < ActiveRecord::Migration[6.0]
# rubocop: enable Migration/AddLimitToTextColumns
def down
- # rubocop:disable Migration/DropTable
drop_table :metrics_users_starred_dashboards
- # rubocop:enable Migration/DropTable
end
end