Skip to content

Commit

Permalink
FIX: Stable core still needs a 6.1 migration (#285)
Browse files Browse the repository at this point in the history
The stable version of discourse is still on rails 6, so we can't use a
version 7 migration here.

See: https://meta.discourse.org/t/229985
  • Loading branch information
oblakeerickson committed Jun 15, 2022
1 parent 7a0f360 commit 259f7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/post_migrate/20220613073844_unescape_event_name.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class UnescapeEventName < ActiveRecord::Migration[7.0]
class UnescapeEventName < ActiveRecord::Migration[6.1]
disable_ddl_transaction!

TEMP_INDEX_NAME = "_temp_discourse_calendar_unescape_event_name_migration"
Expand Down

0 comments on commit 259f7bf

Please sign in to comment.