Skip to content

Commit

Permalink
[#53672] Rename migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1ash committed May 13, 2024
1 parent ac38f6e commit 53eee8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# See COPYRIGHT and LICENSE files for more details.
#++

class AddHideAttachmentsToProjects < ActiveRecord::Migration[7.1]
class AddSettingsToProjects < ActiveRecord::Migration[7.1]
def change
add_column :projects, :settings, :jsonb, null: false, default: {}
end
Expand Down

0 comments on commit 53eee8c

Please sign in to comment.