mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-11 06:53:15 +00:00
10 lines
270 B
Ruby
10 lines
270 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative '20240320140159_create_account_relationship_severance_events'
|
|
|
|
class RevertCreateAccountRelationshipSeveranceEvents < ActiveRecord::Migration[7.1]
|
|
def change
|
|
revert CreateAccountRelationshipSeveranceEvents
|
|
end
|
|
end
|