Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad committed Jan 31, 2024
1 parent a499209 commit 411782c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class AddDefaultRecordingVisibilityToSettings < ActiveRecord::Migration[7.1]
def up
setting = Setting.create!(name: 'DefaultRecordingVisibility')
SiteSetting.create!(setting:, value: 'Published', provider: 'greenlight')
Tenant.each do |tenant|
Tenant.all.each do |tenant|
SiteSetting.create!(setting:, value: 'Published', provider: tenant.name)
end
end
Expand Down

0 comments on commit 411782c

Please sign in to comment.