diff --git a/db/migrate/20241107190852_update_active_storage.rb b/db/migrate/20241107190852_update_active_storage.rb index 33fe1c27..eda4a9df 100644 --- a/db/migrate/20241107190852_update_active_storage.rb +++ b/db/migrate/20241107190852_update_active_storage.rb @@ -1,4 +1,4 @@ -class UpdateActiveStorage < ActiveRecord::Migration[7.2] +class UpdateActiveStorage < ActiveRecord::Migration[6.1] def change add_column :active_storage_blobs, :service_name, :string, null: false change_column :active_storage_blobs, :checksum, :string, null: true diff --git a/db/migrate/20241107192847_add_markdown_to_comfy_cms_snippets.rb b/db/migrate/20241107192847_add_markdown_to_comfy_cms_snippets.rb index 171a3115..3b4a2df5 100644 --- a/db/migrate/20241107192847_add_markdown_to_comfy_cms_snippets.rb +++ b/db/migrate/20241107192847_add_markdown_to_comfy_cms_snippets.rb @@ -1,4 +1,4 @@ -class AddMarkdownToComfyCmsSnippets < ActiveRecord::Migration[7.2] +class AddMarkdownToComfyCmsSnippets < ActiveRecord::Migration[6.1] def change add_column :comfy_cms_snippets, :markdown, :boolean, default: false end