mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-06 09:49:28 +00:00
DEV: resolve Rails/ReversibleMigrationMethodDefinition errors (#226)
This commit is contained in:
parent
19766fbc09
commit
1eaa3c5750
@ -8,4 +8,8 @@ class AddUniqueIndexToSlackThreadTs < ActiveRecord::Migration[6.1]
|
||||
where: "(name LIKE 'slack_thread_id_%')",
|
||||
name: "index_topic_custom_fields_on_topic_id_and_slack_thread_id"
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user