debian-mirror-gitlab/db/post_migrate/20220428133724_schedule_expire_o_auth_tokens.rb

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

2022-07-16 23:28:13 +05:30
# 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