Skip to content

Commit

Permalink
correct migration versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Nov 18, 2024
1 parent 31ad3b4 commit b822894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20241107190852_update_active_storage.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b822894

Please sign in to comment.