Skip to content

Commit

Permalink
doc: update migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
sedubois committed May 28, 2024
1 parent 91780be commit a071f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Translate Rails [Action Text](https://guides.rubyonrails.org/action_text_overvie
4. Run this migration:

```rb
class TranslateRichTexts < ActiveRecord::Migration[6.1]
class TranslateRichTexts < ActiveRecord::Migration[7.1]
def change
# or null: true to allow untranslated rich text
add_column :action_text_rich_texts, :locale, :string, null: false
Expand Down

0 comments on commit a071f3d

Please sign in to comment.