Commit 7533169b authored by Doug Stull's avatar Doug Stull

Ensure post migrate is later than rename

parent 13573998
---
title: Rename snowplow_site_id to snowplow_app_id in application_settings table
merge_request: 19252
author:
type: other
......@@ -3,6 +3,8 @@
class RenameSnowplowSiteIdToSnowplowAppId < ActiveRecord::Migration[5.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up
......
......@@ -3,6 +3,8 @@
class CleanupApplicationSettingsSnowplowSiteIdRename < ActiveRecord::Migration[5.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up
......
......@@ -1798,6 +1798,9 @@ msgstr ""
msgid "Any user"
msgstr ""
msgid "App ID"
msgstr ""
msgid "Appearance"
msgstr ""
......@@ -15596,9 +15599,6 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
msgid "Site ID"
msgstr ""
msgid "Size"
msgstr ""
......
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