gitlab-org--gitlab-foss/db/post_migrate/20220428133724_schedule_exp...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
315 B
Ruby
Raw Normal View History

# 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