diff --git a/db/migrate/20240424160513_add_hide_attachments_to_projects.rb b/db/migrate/20240424160513_add_settings_to_projects.rb similarity index 95% rename from db/migrate/20240424160513_add_hide_attachments_to_projects.rb rename to db/migrate/20240424160513_add_settings_to_projects.rb index 2aee142d7c14..bb8dbe214a2e 100644 --- a/db/migrate/20240424160513_add_hide_attachments_to_projects.rb +++ b/db/migrate/20240424160513_add_settings_to_projects.rb @@ -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