Skip to content

Commit

Permalink
Merge pull request #15538 from opf/feature/53672-hide-attachments-in-…
Browse files Browse the repository at this point in the history
…files-tab

[#53672] Rename migration.
  • Loading branch information
ba1ash committed May 13, 2024
2 parents ac38f6e + 53eee8c commit 9fd1760
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 9fd1760

Please sign in to comment.