Skip to content

Commit

Permalink
[CPDLP-3631] linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mooktakim committed Oct 23, 2024
1 parent feef997 commit cf977b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ChangeObjectTypeToJsonForVersions < ActiveRecord::Migration[7.1]
def change
def up
change_column :versions, :object, :json, using: "object::text::json"
add_column :versions, :object_changes, :json
end
Expand Down

0 comments on commit cf977b7

Please sign in to comment.