mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-01 06:51:44 +01:00
10 lines
248 B
Ruby
10 lines
248 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require_relative '20240312100644_create_relationship_severance_events'
|
||
|
|
||
|
class RevertCreateRelationshipSeveranceEvents < ActiveRecord::Migration[7.1]
|
||
|
def change
|
||
|
revert CreateRelationshipSeveranceEvents
|
||
|
end
|
||
|
end
|