summaryrefslogtreecommitdiff
path: root/db/post_migrate/20220428133724_schedule_expire_o_auth_tokens.rb
blob: 3e0e9b8af0ee4263e4f650a8d244b2af6a424874 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class ScheduleExpireOAuthTokens < Gitlab::Database::Migration[2.0]
  def up
    # reschedulled with db/post_migrate/20220513043344_reschedule_expire_o_auth_tokens.rb
  end

  def down
    # reschedulled with db/post_migrate/20220513043344_reschedule_expire_o_auth_tokens.rb
  end
end