From a071f3d894745146eb15d752a4562e4965346755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Tue, 28 May 2024 15:19:57 +0200 Subject: [PATCH] doc: update migration version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfedef..fd4b38c 100644 --- a/README.md +++ b/README.md @@ -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