summaryrefslogtreecommitdiff
path: root/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb')
-rw-r--r--db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb b/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb
index 6edb0bf2d5e..c05ad73d616 100644
--- a/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb
+++ b/db/post_migrate/20190214112022_schedule_sync_issuables_state_id.rb
@@ -1,7 +1,7 @@
class ScheduleSyncIssuablesStateId < ActiveRecord::Migration[5.0]
# This migration schedules the sync of state_id for issues and merge requests
# which are converting the state column from string to integer.
- # For more information check: https://gitlab.com/gitlab-org/gitlab-ce/issues/51789
+ # For more information check: https://gitlab.com/gitlab-org/gitlab-foss/issues/51789
include Gitlab::Database::MigrationHelpers