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 @@ ...@@ -3,6 +3,8 @@
class RenameSnowplowSiteIdToSnowplowAppId < ActiveRecord::Migration[5.2] class RenameSnowplowSiteIdToSnowplowAppId < ActiveRecord::Migration[5.2]
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction! disable_ddl_transaction!
def up def up
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
class CleanupApplicationSettingsSnowplowSiteIdRename < ActiveRecord::Migration[5.2] class CleanupApplicationSettingsSnowplowSiteIdRename < ActiveRecord::Migration[5.2]
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction! disable_ddl_transaction!
def up def up
......
...@@ -1798,6 +1798,9 @@ msgstr "" ...@@ -1798,6 +1798,9 @@ msgstr ""
msgid "Any user" msgid "Any user"
msgstr "" msgstr ""
msgid "App ID"
msgstr ""
msgid "Appearance" msgid "Appearance"
msgstr "" msgstr ""
...@@ -15596,9 +15599,6 @@ msgstr "" ...@@ -15596,9 +15599,6 @@ msgstr ""
msgid "Single or combined queries" msgid "Single or combined queries"
msgstr "" msgstr ""
msgid "Site ID"
msgstr ""
msgid "Size" msgid "Size"
msgstr "" 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