Use Sequel update to trigger callbacks

pull/16351/head
cgonzalez 3 years ago
parent 774d806896
commit 0d9828914f

@ -32,7 +32,7 @@ module CartoDB
@owner.db_service.reset_user_schema_permissions
@owner.db_service.setup_organization_user_schema
@owner.this.update organization_id: @organization.id
@owner.update organization_id: @organization.id
@owner.db_service.monitor_user_notification
@active = true
end

Loading…
Cancel
Save