Commit edb68d81 authored by Steve Abrams's avatar Steve Abrams

Merge branch 'mark_instance_statistics_table_to_be_renamed' into 'master'

Mark instance_statistics table "to be renamed"

See merge request gitlab-org/gitlab!61455
parents d05f7cf4 413cf538
......@@ -8,7 +8,9 @@ module Gitlab
# TABLES_TO_BE_RENAMED = {
# 'old_name' => 'new_name'
# }.freeze
TABLES_TO_BE_RENAMED = {}.freeze
TABLES_TO_BE_RENAMED = {
'analytics_instance_statistics_measurements' => 'analytics_usage_trends_measurements'
}.freeze
# Minimum PostgreSQL version requirement per documentation:
# https://docs.gitlab.com/ee/install/requirements.html#postgresql-requirements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment